2
0
mirror of https://github.com/tenrok/vue-select.git synced 2026-06-16 09:10:33 +03:00

chore(claude): setup github auth

This commit is contained in:
Jeff Sagal
2026-01-30 12:35:42 -08:00
parent 44a167f055
commit fd03aaf78b
2 changed files with 16 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
{
"mcpServers": {
"github": {
"type": "http",
"url": "https://api.githubcopilot.com/mcp",
"headers": {
"Authorization": "Bearer ${GH_TOKEN}"
}
}
}
}