Capability
Stdio Transport Implementation
3 artifacts provide this capability.
Want a personalized recommendation?
Find the best match →Top Matches
via “transport abstraction with stdio and http support”
[Go MCP SDK](https://github.com/modelcontextprotocol/go-sdk)
Unique: Implements a unified transport abstraction that decouples protocol logic from communication mechanism, allowing the same client/server code to work with stdio, HTTP, and custom transports. Includes automatic message framing and error recovery for each transport type.
vs others: More flexible than transport-specific implementations, with pluggable architecture allowing custom transports without modifying core protocol code.