Expand description
Child Process Transport for TurboMCP
This module provides a transport implementation for communicating with MCP servers running as child processes. It uses Tokio’s async process management with robust error handling, graceful shutdown, and proper STDIO stream management.
Structs§
- Child
Process Config - Configuration for child process transport
- Child
Process Transport - Child process transport implementation