start_mcp_server_with_config

Function start_mcp_server_with_config 

Source
pub async fn start_mcp_server_with_config(
    db: Arc<ThingsDatabase>,
    mcp_config: McpServerConfig,
) -> Result<()>
Expand description

Start the MCP server with comprehensive configuration

§Arguments

  • db - Database connection
  • mcp_config - MCP server configuration

§Errors

Returns an error if the server fails to start