概要
Enables Server-Sent Events (SSE) for MCP servers utilizing stdio transport. It facilitates communication between a server and a client by setting up a proxy, allowing for request forwarding in both directions. The tool also includes utilities for starting an SSE server, tapping into transports, and logging events, simplifying the integration of SSE functionality into MCP server setups.
主な機能
- Includes a Node.js SDK for creating proxies
- Provides utilities for transport tapping and event logging
- SSE proxy for MCP servers using stdio transport
- CORS enabled by default
- Supports command-line usage for quickstart
- 66 GitHub stars
ユースケース
- Enabling SSE for FastMCP
- Logging and monitoring events within a transport
- Creating a proxy between a server and a client for MCP communication