Expand description
stdio-to-daemon proxy with auto-start capability
This module provides a stdio interface that proxies MCP requests to a running daemon. If no daemon is running, it automatically starts one in the background.
Functions§
- ensure_
daemon_ running - Ensure daemon is running, starting it if necessary
- is_
daemon_ running - Check if daemon is running by attempting TCP connection
- run_
stdio_ proxy - Run stdio proxy mode - bridges stdin/stdout to daemon via Streamable HTTP
- start_
daemon_ background - Start daemon in background process
- wait_
for_ daemon - Wait for daemon to become ready