Capability
Ref Tool Invocation With Parameter Marshaling And Result Handling
14 artifacts provide this capability.
Want a personalized recommendation?
Find the best match →Top Matches
via “tool invocation routing and result streaming”
A TypeScript SSE proxy for MCP servers that use stdio transport.
Unique: Implements MCP tool invocation that preserves streaming semantics across the HTTP/SSE boundary, allowing clients to consume tool results incrementally without waiting for full completion.
vs others: More efficient than request-response polling because it uses SSE streaming to push results to clients in real-time, reducing latency and client complexity.