Overview
What is Hello-MCP?
Hello-MCP is a simple implementation of the Model Control Protocol (MCP) that includes both a client and server, designed to help users understand the MCP protocol and its functionalities.
How to use Hello-MCP?
To use Hello-MCP, clone the project from GitHub, set up the environment, install dependencies, configure the DeepSeek API key, and run the client and server using the provided commands.
Key features of Hello-MCP?
- MCP Client with interactive command line chat interface.
- Supports registering MCP Server using both SSE and stdio methods.
- MCP Server based on FastMCP with health check support and basic path utility.
Use cases of Hello-MCP?
- Learning and experimenting with the MCP protocol.
- Building custom MCP clients and servers.
- Integrating MCP into AI systems for standardized model interactions.
FAQ from Hello-MCP?
- What problems does MCP solve?
MCP standardizes AI model interaction protocols and simplifies complex AI system integration.
- How to solve DeepSeek API key configuration issues?
Ensure the api_key field in config.yaml is correctly filled and try regenerating the API key if authentication fails.
- How to contribute code?
Contributions are welcome via GitHub; fork the project, create a feature branch, and open a Pull Request.