fix(fetch_mcp_tools.tsx): fix load mcp tools
This commit is contained in:
parent
84f934bf36
commit
fe546b936a
@ -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…
Reference in New Issue
Block a user