fix(fetch_mcp_tools.tsx): fix load mcp tools

This commit is contained in:
Krrish Dholakia 2025-09-13 18:42:42 -07:00
parent 84f934bf36
commit fe546b936a

View file

@ -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 [];
}
}