Add support for discovering MCP server configurations from mcp.json files, same as in VSCode and GitHub Copilot CLI and probably intelliJ (not tested)
Supported locations (lowest to highest priority):
- Global:
~/.config/github-copilot/eclipse/mcp.json (Linux/macOS) / %APPDATA%\github-copilot\eclipse\mcp.json (Windows)
- Project:
<project>/.vscode/mcp.json
- Project:
<project>/.github/copilot/mcp.json
Servers from all sources are merged. Manual preference configuration and extension-point contributions retain highest priority.
Add support for discovering MCP server configurations from
mcp.jsonfiles, same as in VSCode and GitHub Copilot CLI and probably intelliJ (not tested)Supported locations (lowest to highest priority):
~/.config/github-copilot/eclipse/mcp.json(Linux/macOS) /%APPDATA%\github-copilot\eclipse\mcp.json(Windows)<project>/.vscode/mcp.json<project>/.github/copilot/mcp.jsonServers from all sources are merged. Manual preference configuration and extension-point contributions retain highest priority.