pub async fn serve_stdio_with(
server: impl McpServer,
options: &SessionOptions,
) -> SessionResult<()>
Expand description
Runs an MCP server using stdio transport with specified options
pub async fn serve_stdio_with(
server: impl McpServer,
options: &SessionOptions,
) -> SessionResult<()>
Runs an MCP server using stdio transport with specified options