From 9c7bf8244964a36f8c35b9cb7e1f4d502713a862 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nikola=20Dere=C5=BEi=C4=8D?= Date: Fri, 29 Aug 2025 22:19:30 +0200 Subject: [PATCH] feat: add GitHub MCP server configuration --- .mcp.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.mcp.json b/.mcp.json index 88ff178..39c10ff 100644 --- a/.mcp.json +++ b/.mcp.json @@ -14,6 +14,10 @@ "context7": { "type": "http", "url": "https://mcp.context7.com/mcp" + }, + "github": { + "type": "http", + "url": "https://api.githubcopilot.com/mcp" } } } \ No newline at end of file