Loading connector details…
Loading connector details…
Choose a unique username to continue using AgentHotspot
by y16ra • Uncategorized
A simple MCP server implementation providing basic greeting and echo functions.
A simple greeting function.
Echo back input strings.
For developers who want to learn or prototype MCP server implementations.
This repository offers a straightforward example of an MCP server with two main functions: 'hello_world' which returns a simple greeting, and 'echo' which returns the input string. It is designed for easy setup and development, supporting debugging via MCP inspector in development mode. The project uses Python 3.13+ and manages dependencies through pyproject.toml.