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