Skip to main content

serve_stdio

Function serve_stdio 

Source
pub async fn serve_stdio(
    registry: &ToolRegistry,
    ctx: &ToolContext,
) -> Result<(), Error>
Expand description

Run a blocking stdio MCP server exposing registry, reading requests from stdin and writing responses to stdout until EOF.