mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-07 08:26:10 +00:00
fix(fetch_mcp_tools.tsx): fix load mcp tools
This commit is contained in:
parent
84f934bf36
commit
fe546b936a
1 changed files with 0 additions and 1 deletions
|
|
@ -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 [];
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue