Skip to main content

start_server

Function start_server 

Source
pub async fn start_server(
    mcp_core: Arc<McpCore>,
    port: u16,
    server_config: HttpServerConfig,
) -> Result<()>
Expand description

Start the HTTP server with shared MCP core.