mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-29 22:58:51 +01:00
* 🔧 refactor: Consolidate MCP tool removal and Improve UX
- Removed redundant tool removal logic from MCPTool, UnconfiguredMCPTool, and UninitializedMCPTool components.
- Introduced `useRemoveMCPTool` hook to handle tool removal and toast notifications.
- Updated translation.json to include a reminder message for saving changes after tool removal.
* chore: remove unused i18n key
|
||
|---|---|---|
| .. | ||
| index.ts | ||
| useGetMCPTools.ts | ||
| useMCPConnectionStatus.ts | ||
| useMCPSelect.ts | ||
| useMCPServerManager.ts | ||
| useRemoveMCPTool.ts | ||
| useVisibleTools.ts | ||