pub async fn serve_stdio(
registry: &ToolRegistry,
ctx: &ToolContext,
) -> Result<()>Expand description
Run a blocking stdio MCP server exposing registry, reading requests from
stdin and writing responses to stdout until EOF.
pub async fn serve_stdio(
registry: &ToolRegistry,
ctx: &ToolContext,
) -> Result<()>Run a blocking stdio MCP server exposing registry, reading requests from
stdin and writing responses to stdout until EOF.