Demo
byRoy214
0Demonstrates the functionality of a MultiServerMCPClient by showcasing interaction with multiple MCP model servers.
概要
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