Capability
Multi Protocol Mcp Server Federation With Unified Endpoint Exposure
20 artifacts provide this capability.
Want a personalized recommendation?
Find the best match →Top Matches
via “http/sse endpoint exposure for mcp protocol”
A TypeScript SSE proxy for MCP servers that use stdio transport.
Unique: Implements MCP-specific SSE streaming that preserves JSONRPC request-response correlation across HTTP connections, enabling stateless HTTP clients to interact with stateful MCP servers without custom protocol logic.
vs others: Simpler than WebSocket-based approaches because SSE is natively supported in browsers and requires less client-side code, though at the cost of unidirectional communication.