Demonstrates Model Context Protocol (MCP) implementation with a Go-based host orchestrating services from both Go and Python servers.
This project showcases a Model Context Protocol (MCP) implementation featuring a Go-based host application that intelligently orchestrates specialized tools provided by both Go and Python MCP servers. It illustrates an advanced tool orchestration system where a Large Language Model (LLM), specifically DeepSeek API, analyzes natural language user queries. The LLM determines the appropriate tool and its parameters, allowing the host to automatically route the request to the correct Go or Python server for execution, and then present the results back to the user.