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.