mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
- Add 'vscode' as a new server source type alongside 'global' and 'project' - Implement VS Code settings discovery logic in McpHub - Read from both 'mcpServers' and 'github.copilot.agent.mcpServers' configurations - Add precedence logic (Project > VSCode > Global) - Update UI components to display VSCode-sourced servers with badges - Mark VSCode servers as read-only (cannot be edited/deleted) - Allow enable/disable functionality for VSCode servers - Update TypeScript types to support the new source - Add comprehensive tests for VSCode MCP scope functionality Fixes #8097 |
||
|---|---|---|
| .. | ||
| audio | ||
| public | ||
| src | ||
| .gitignore | ||
| components.json | ||
| eslint.config.mjs | ||
| index.html | ||
| package.json | ||
| tsconfig.json | ||
| turbo.json | ||
| vite.config.ts | ||
| vitest.config.ts | ||
| vitest.setup.ts | ||