pub async fn start_mcp_server_with_config( db: Arc<ThingsDatabase>, mcp_config: McpServerConfig, ) -> Result<()>
Start the MCP server with comprehensive configuration
db
mcp_config
Returns an error if the server fails to start