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 cd9368460ed..782bc962a6a 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