starlette_mcp_sse
If you are the rightful owner of starlette_mcp_sse and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
A Server-Sent Events (SSE) implementation using Starlette framework with Model Context Protocol (MCP) integration.
This project demonstrates how to implement Server-Sent Events (SSE) using the Starlette framework while integrating Model Context Protocol (MCP) functionality. The key feature is the seamless integration of MCP's SSE capabilities within a full-featured Starlette web application that includes custom routes. The architecture is modular, allowing for the integration of MCP SSE endpoints into a Starlette application, while maintaining a clean separation between MCP functionality and standard web routes.
Features
- Server-Sent Events (SSE) implementation with MCP
- Starlette framework integration with custom routes
- Unified web application with both MCP and standard web endpoints
- Customizable route structure
- Clean separation of concerns between MCP and web functionality