pub fn serve_mcp_stdio(store_root: PathBuf) -> Result<()>Expand description
MCP server (#171). Same State shape as the HTTP server,
stdio transport instead of TCP. Designed for hosts that
spawn lex serve --mcp as a subprocess and pipe JSON-RPC
over stdin/stdout.