概要
This package provides a Bun-specific implementation of SSE transport for MCP servers, facilitating real-time, one-way communication from server to client using the SSE protocol while leveraging HTTP POST requests for client-to-server interactions. It offers simple integration with Bun.serve, managing SSE connections, and handling incoming JSON-RPC messages for efficient real-time communication within an MCP environment.
主な機能
- Manages SSE connections with proper headers
- 1 GitHub stars
- Implements the MCP transport interface
- Simple integration with Bun.serve
- Built for Bun runtime
- Handles incoming JSON-RPC messages