From 643005d6f5ce190a75e783b0ceb523d077afcefe Mon Sep 17 00:00:00 2001 From: Tejas Dharani Date: Tue, 7 Apr 2026 14:07:56 +0530 Subject: [PATCH] fix(engineering): correct GitHub MCP server URL MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- engineering/.mcp.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engineering/.mcp.json b/engineering/.mcp.json index ab62eb30..7db58c59 100644 --- a/engineering/.mcp.json +++ b/engineering/.mcp.json @@ -22,7 +22,7 @@ }, "github": { "type": "http", - "url": "https://api.github.com/mcp" + "url": "https://api.githubcopilot.com/mcp/" }, "pagerduty": { "type": "http",