Skip to content

Commit 643005d

Browse files
committed
fix(engineering): correct GitHub MCP server URL
api.github.com/mcp returns 404 — the route does not exist. Correct endpoint is api.githubcopilot.com/mcp/ (verified from claude-plugins-official/external_plugins/github/.mcp.json). Fixes #168
1 parent 976999e commit 643005d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

engineering/.mcp.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
},
2323
"github": {
2424
"type": "http",
25-
"url": "https://api.github.com/mcp"
25+
"url": "https://api.githubcopilot.com/mcp/"
2626
},
2727
"pagerduty": {
2828
"type": "http",

0 commit comments

Comments
 (0)