Capability
Remote Procedure Call Rpc Invocation With Request Response Correlation
6 artifacts provide this capability.
Want a personalized recommendation?
Find the best match →Top Matches
via “request-response correlation across http/sse boundary”
A TypeScript SSE proxy for MCP servers that use stdio transport.
Unique: Implements JSONRPC-aware request correlation that leverages the protocol's built-in id field for multiplexing, avoiding the need for custom request tracking or session management.
vs others: More efficient than per-client stdio connections because it multiplexes all clients through a single server process, reducing resource overhead and enabling shared server state.