From 7315c792cae129af06b30e04202cf4ad764b50d0 Mon Sep 17 00:00:00 2001 From: dholani Date: Sun, 24 Aug 2025 17:03:43 +0530 Subject: [PATCH] Update install-other-copilot-ides.md --- docs/installation-guides/install-other-copilot-ides.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/docs/installation-guides/install-other-copilot-ides.md b/docs/installation-guides/install-other-copilot-ides.md index 38b48bbbd..dd0e6d5a0 100644 --- a/docs/installation-guides/install-other-copilot-ides.md +++ b/docs/installation-guides/install-other-copilot-ides.md @@ -256,7 +256,14 @@ After setup: 4. Copilot can now access GitHub data and perform repository operations --- - +{ + "servers": { + "github": { + "url": "https://api.githubcopilot.com/mcp/", + "authorization_token": "Bearer YOUR_GITHUB_PAT" + } + } +} ## Troubleshooting - **Connection issues**: Verify GitHub PAT permissions and IDE version compatibility