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