VS Code + GitHub Copilot
VS Code unterstützt Remote-MCP und OAuth. Laut aktuellem Microsoft-Guide wird zuerst DCR versucht und anschließend auf konfigurierte Client-Zugangsdaten zurückgefallen.
json
{ "servers": { "jamrelay": { "type": "http", "url": "https://mcp.example.com/mcp" } } }Dokumentierte Redirects:
text
http://127.0.0.1:33418
https://vscode.dev/redirectEin statischer Public Client kann mit tokenEndpointAuthMethods: ["none"] und beiden Redirects registriert werden. Protokollpfad implementiert; aktueller VS-Code/Copilot-Build noch separat testen.