Roo-Code/src/core
MuriloFP 0bb6112257 fix: ensure disabled MCP servers appear in settings UI
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.
2025-02-09 19:15:01 -03:00
..
__tests__ Checkpoint service integration 2025-02-07 22:27:27 -08:00
assistant-message Add a new_task tool 2025-01-29 10:56:44 -05:00
config Validation fixes 2025-01-24 12:46:10 -05:00
diff use fastest-levenshtein 2025-02-01 22:54:31 -05:00
mentions Prettier backfill 2025-01-17 14:11:28 -05:00
prompts Improve the prompts for Architect and Ask 2025-02-04 00:34:59 -05:00
sliding-window Updated sliding window logic to be inverse of trigger criteria 2025-02-05 04:53:21 -05:00
webview fix: ensure disabled MCP servers appear in settings UI 2025-02-09 19:15:01 -03:00
Cline.ts Current checkpoint indicator 2025-02-08 01:07:31 -08:00
CodeActionProvider.ts Extension activation cleanup 2025-01-31 21:23:07 -08:00
EditorUtils.ts Add JSDocs 2025-02-02 03:04:47 -05:00
mode-validator.ts Validation fixes 2025-01-24 12:46:10 -05:00