Function create_server

Source
pub async fn create_server(
    server_type: ServerType,
    config: ServerConfig,
) -> Result<Box<dyn McpServerBase>>
Expand description

Create a server instance based on type