Loading connector details…
Loading connector details…
Choose a unique username to continue using AgentHotspot
by SeaSparks-GmbH • Uncategorized
Demonstrates using the Model Context Protocol (MCP) with multiple independent servers and a custom client without higher-level libraries.
Integrate multiple independent MCP servers for different functionalities.
Route queries dynamically to appropriate tools using an LLM-based host.
A minimal, lower-level MCP implementation without relying on higher-level libraries.
This repository provides a minimal example of how to build a local multi-server system using MCP with separate servers for math and weather functionalities. It includes a custom client and an LLM-based host that selects the appropriate tool for queries. The setup avoids higher-level abstractions like FastMCP, offering insight into lower-level MCP Python SDK usage.