From fe546b936aa8fcd94061520b4b95af1520b40802 Mon Sep 17 00:00:00 2001 From: Krrish Dholakia Date: Sat, 13 Sep 2025 18:42:42 -0700 Subject: [PATCH] fix(fetch_mcp_tools.tsx): fix load mcp tools --- .../src/components/chat_ui/llm_calls/fetch_mcp_tools.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/ui/litellm-dashboard/src/components/chat_ui/llm_calls/fetch_mcp_tools.tsx b/ui/litellm-dashboard/src/components/chat_ui/llm_calls/fetch_mcp_tools.tsx index cd9368460e..782bc962a6 100644 --- a/ui/litellm-dashboard/src/components/chat_ui/llm_calls/fetch_mcp_tools.tsx +++ b/ui/litellm-dashboard/src/components/chat_ui/llm_calls/fetch_mcp_tools.tsx @@ -28,7 +28,6 @@ export async function fetchAvailableMCPTools( return data.tools || []; } catch (error) { console.error("Error fetching MCP tools:", error); - NotificationManager.fromBackend("Failed to fetch MCP tools"); return []; } } \ No newline at end of file