From 60412fc03d4aea30160eeb33481dc4d0f2205a04 Mon Sep 17 00:00:00 2001 From: tin-berri Date: Thu, 9 Jul 2026 10:07:07 -0700 Subject: [PATCH] Remove deepwiki MCP server configuration Removed MCP server configuration for deepwiki. --- litellm/proxy/dev_config.yaml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/litellm/proxy/dev_config.yaml b/litellm/proxy/dev_config.yaml index 8ad7da6d21a..65a4b8e7cbf 100644 --- a/litellm/proxy/dev_config.yaml +++ b/litellm/proxy/dev_config.yaml @@ -211,8 +211,3 @@ litellm_settings: sandbox_tool_name: e2b_sandbox callbacks: - code_interpreter_interception - -mcp_servers: - deepwiki: - url: "https://mcp.deepwiki.com/mcp" - transport: "http"