关于
Explore the Model Context Protocol (MCP) in action with this demo project, designed to illustrate how applications provide context to Large Language Models (LLMs). This repository features two distinct MCP model servers—one for weather data and another for mathematical calculations—alongside a MultiServerMCPClient that interacts with both, demonstrating a practical implementation of the protocol.
主要功能
- Includes example MCP weather server
- Includes example MCP math server
- Demonstrates MultiServerMCPClient interaction
- Utilizes the Qwen-qwq-32b LLM
- Uses uv for dependency management
- 0 GitHub stars
使用案例
- Learning about the Model Context Protocol (MCP)
- Testing MultiServerMCPClient implementations
- Developing custom MCP servers and clients