Demonstrates how to build Model Context Protocol (MCP) servers using the Python SDK.
This project serves as a comprehensive demonstration for creating Model Context Protocol (MCP) servers with the Python SDK. MCP enables applications to deliver structured context to Large Language Models (LLMs). The demo showcases how to construct MCP servers that expose various components like tools, resources, and prompts, leveraging the FastMCP framework for efficient development. It includes practical examples such as calculator tools, dynamic greeting resources, and reusable code review prompts, all runnable in a development mode with hot reloading for interactive testing and debugging.