pub async fn serve(server: Arc<McpServer>, addr: SocketAddr) -> Result<()>
Run the MCP HTTP transport on addr until the server is stopped.
addr