Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion docs/installation-guides/install-other-copilot-ides.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down