mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
When the MCP server was initialized before opening RooCode, disabled servers would not appear in the settings UI. This was fixed by: 1. Using getAllServers() instead of getServers() in ClineProvider.ts for UI state updates, ensuring all servers (including disabled ones) are shown 2. Maintaining getServers() for operational use (AI prompts, tool calls) where disabled servers should be filtered out The fix maintains clean separation between UI display and operational server filtering. |
||
|---|---|---|
| .. | ||
| __tests__ | ||
| assistant-message | ||
| config | ||
| diff | ||
| mentions | ||
| prompts | ||
| sliding-window | ||
| webview | ||
| Cline.ts | ||
| CodeActionProvider.ts | ||
| EditorUtils.ts | ||
| mode-validator.ts | ||