Skip to content

Commit 0d5381d

Browse files
committed
chore(copilot): add GitHub MCP
1 parent 71a44dd commit 0d5381d

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.mcp.json

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"servers": {
3+
"GitHub": {
4+
"type": "http",
5+
"url": "https://api.githubcopilot.com/mcp/",
6+
"headers": {
7+
"Authorization": "Bearer ${input:github_pat}"
8+
}
9+
}
10+
},
11+
"inputs": [
12+
{
13+
"id": "github_pat",
14+
"description": "GitHub personal access token",
15+
"type": "promptString",
16+
"password": true
17+
}
18+
]
19+
}

0 commit comments

Comments
 (0)