We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71a44dd commit 0d5381dCopy full SHA for 0d5381d
.mcp.json
@@ -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