Describe the feature or problem you'd like to solve
It would be ideal if running the Copilot CLI in a VS Code project could load the MCP information already configured in VS Code.
Proposed solution
When you run the Copilot CLI in a VS Code project terminal, it retrieves and loads MCP information from .vscode/mcp.json in the project and from Code/User/mcp.json in the VS Code user settings.
This prevents duplication of MCP configurations and allows centralized management through integration with VS Code.
Describe the feature or problem you'd like to solve
It would be ideal if running the Copilot CLI in a VS Code project could load the MCP information already configured in VS Code.
Proposed solution
When you run the Copilot CLI in a VS Code project terminal, it retrieves and loads MCP information from
.vscode/mcp.jsonin the project and fromCode/User/mcp.jsonin the VS Code user settings.This prevents duplication of MCP configurations and allows centralized management through integration with VS Code.