Module child_process

Module child_process 

Source
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§

ChildProcessConfig
Configuration for child process transport
ChildProcessTransport
Child process transport implementation