2
0
mirror of https://github.com/tenrok/vue-select.git synced 2026-05-17 02:29:37 +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
+5
View File
@@ -0,0 +1,5 @@
{
"env": {
"GH_TOKEN": ""
}
}
+11
View File
@@ -0,0 +1,11 @@
{
"mcpServers": {
"github": {
"type": "http",
"url": "https://api.githubcopilot.com/mcp",
"headers": {
"Authorization": "Bearer ${GH_TOKEN}"
}
}
}
}