pub async fn run_mcp_server( edge_redact: bool, semantic_redact: bool, api_url: &str, semantic_url: &str, semantic_model: &str, ) -> Result<()>