Demonstrates a FastAPI server implementing Server-Sent Events (SSE) with Model Context Protocol (MCP) integration.
This project provides a working example of integrating Server-Sent Events (SSE) with the Model Context Protocol (MCP) within a FastAPI web application. It showcases how to build a modular architecture that combines MCP SSE endpoints with standard web routes, ensuring a clean separation of concerns. The server includes examples of how to add custom routes, customize MCP integration, and connect to tools like the MCP Inspector and Continue VS Code extension for testing and development.