agently-mcp-hellogoodbye

onwardplatforms/agently-mcp-hellogoodbye

3.2

If you are the rightful owner of agently-mcp-hellogoodbye and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

Agently MCP Hello-Goodbye Server is a simple example MCP server demonstrating basic tool implementation with hello and goodbye functionality.

Agently MCP Hello-Goodbye Server

A simple example MCP server that demonstrates basic tool implementation with hello and goodbye functionality. An Agently config has been shipped with this example to make it simple to run.

Features

  • Simple hello and goodbye tools
  • Demonstrates proper tool implementation patterns
  • Clean and minimal implementation
  • Includes example agent configuration

Installation

  1. Clone this repository
  2. Install dependencies:
pip install agently

Note: Revisit this when the final approach to distribution is figured out.

Usage

The example includes an Agently configuration in the examples directory. You can run the agent directly using:

cd examples
agently run

This will start the agent with the hello/goodbye functionality ready to use.

Contributing

Contributions are welcome! Please feel free to submit a Pull Request. For major changes, please open an issue first to discuss what you would like to change.

License

This project is licensed under the MIT License - see below for details:

MIT License

Copyright (c) 2024 Agently

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.