Files
claude-plugins-official/external_plugins/github/.mcp.json
2025-11-20 11:47:24 -08:00

10 lines
178 B
JSON

{
"github": {
"type": "http",
"url": "https://api.githubcopilot.com/mcp/",
"headers": {
"Authorization": "Bearer ${GITHUB_PERSONAL_ACCESS_TOKEN}"
}
}
}