feat: add configuration files for GitHub Copilot integration

This commit is contained in:
Nick Alteen
2025-07-11 13:19:42 -04:00
parent 71b89806c9
commit d60fcf10bb
2 changed files with 24 additions and 0 deletions

9
.vscode/mcp.json vendored Normal file
View File

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