Capability
Json Rpc 2 0 Protocol Message Routing And Serialization
14 artifacts provide this capability.
Want a personalized recommendation?
Find the best match →Top Matches
via “jsonrpc 2.0 message parsing and framing from stdio streams”
A TypeScript SSE proxy for MCP servers that use stdio transport.
Unique: Implements JSONRPC framing specifically for MCP's stdio transport, handling the nuances of how MCP servers (like Claude's tools) emit messages without relying on external parsing libraries or length-prefix conventions.
vs others: More robust than naive line-by-line parsing because it handles multi-line JSON and detects complete objects before attempting to parse, reducing protocol desynchronization errors.