pub async fn create_server(
server_type: ServerType,
config: ServerConfig,
) -> Result<Box<dyn McpServerBase>>
Expand description
Create a server instance based on type
pub async fn create_server(
server_type: ServerType,
config: ServerConfig,
) -> Result<Box<dyn McpServerBase>>
Create a server instance based on type