Skip to content

Commit 8f9d2d9

Browse files
fix(engineering): correct GitHub MCP server URL (#172)
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 86a8570 commit 8f9d2d9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

engineering/.mcp.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
},
2727
"github": {
2828
"type": "http",
29-
"url": "https://api.github.com/mcp"
29+
"url": "https://api.githubcopilot.com/mcp/"
3030
},
3131
"pagerduty": {
3232
"type": "http",

0 commit comments

Comments
 (0)