File tree Expand file tree Collapse file tree 1 file changed +8
-24
lines changed Expand file tree Collapse file tree 1 file changed +8
-24
lines changed Original file line number Diff line number Diff line change @@ -39,12 +39,9 @@ For MCP Hosts that have been [configured to use the remote GitHub MCP Server](do
39
39
40
40
``` json
41
41
{
42
- "mcp" : {
43
- "servers" : {
44
- "github" : {
45
- "type" : " http" ,
46
- "url" : " https://api.githubcopilot.com/mcp/"
47
- }
42
+ "mcpServers" : {
43
+ "github" : {
44
+ "url" : " https://api.githubcopilot.com/mcp/"
48
45
}
49
46
}
50
47
}
@@ -55,25 +52,12 @@ For MCP Hosts that have been [configured to use the remote GitHub MCP Server](do
55
52
56
53
``` json
57
54
{
58
- "mcp" : {
59
- "servers" : {
60
- "github" : {
61
- "type" : " http" ,
62
- "url" : " https://api.githubcopilot.com/mcp/"
63
- "headers" : {
64
- "Authorization" : " Bearer ${input:github_mcp_pat}" ,
65
- }
66
- }
67
- }
68
- },
69
- "inputs" : [
70
- {
71
- "id" : " github_mcp_pat" ,
72
- "type" : " promptString" ,
73
- "description" : " GitHub Personal Access Token" ,
74
- "password" : true
55
+ "mcpServers" : {
56
+ "github" : {
57
+ "url" : " https://api.githubcopilot.com/mcp/" ,
58
+ "authorization_token" : " <your GitHub PAT>"
75
59
}
76
- ]
60
+ }
77
61
}
78
62
```
79
63
You can’t perform that action at this time.
0 commit comments