mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
* feat: auto-omit MCP content when no servers are configured - Modify system prompt generation to detect when no MCP servers are defined - Only include MCP sections when mode has mcp group AND servers exist - Pass undefined mcpHub to capabilities and tools when no servers available - Reduces system prompt verbosity when MCP functionality is not in use * fix: add missing Uri and RelativePattern exports to VSCode mocks - Added Uri and RelativePattern exports to global VSCode mock in __mocks__/vscode.js - Fixed McpHub.spec.ts VSCode mock to include Uri and RelativePattern - Fixed Task.spec.ts VSCode mock to include Uri and RelativePattern with proper TypeScript typing - Resolves unhandled rejection errors in unit tests caused by missing VSCode API mocks * fix: add proper TypeScript typing for RelativePattern in McpHub test mock * fix: resolve unit test failures in PR #5889 - Fix VSCode mock onDidChangeWorkspaceFolders to accept callback parameter - Update MCP test mocks to properly test auto-omit functionality - Update test snapshots to reflect new MCP content omission behavior - All core functionality tests now passing * chore: remove package-lock.json as project uses npm * fix: remove unrelated mock changes from PR --------- Co-authored-by: Roo Code <roomote@roocode.com> Co-authored-by: Daniel Riccio <ricciodaniel98@gmail.com> |
||
|---|---|---|
| .. | ||
| browser | ||
| checkpoints | ||
| code-index | ||
| glob | ||
| marketplace | ||
| mcp | ||
| mdm | ||
| ripgrep | ||
| roo-config | ||
| search | ||
| tree-sitter | ||