feat: add GH MCP Server

This commit is contained in:
Collin Barrett 2025-07-28 20:07:48 -05:00 committed by Collin Barrett
parent 173208c62a
commit 9e225140df

8
.vscode/mcp.json vendored Normal file
View file

@ -0,0 +1,8 @@
{
"servers": {
"github": {
"type": "http",
"url": "https://api.githubcopilot.com/mcp/"
}
}
}