Available on crate feature
stdio only.Expand description
Stdio Transport for MCP Servers
Communicates with MCP servers via standard input/output using JSON-RPC. This is used for MCP servers that run as child processes.
Structsยง
- Async
Stdio Transport - Async-friendly stdio transport with timeout support.
- Stdio
Transport - Stdio-based MCP transport for communicating with child processes.
- Stdio
Transport Adapter - Adapter that wraps AsyncStdioTransport and implements McpTransport.