Skip to main content

Module stdio_proxy

Module stdio_proxy 

Source
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