pub async fn start_mcp_server_with_config_generic<I: McpIo>(
db: Arc<ThingsDatabase>,
mcp_config: McpServerConfig,
io: I,
) -> Result<()>Expand description
Generic MCP server with config implementation that works with any I/O implementation