12 lines
209 B
JSON
12 lines
209 B
JSON
{
|
|
"mcpServers": {
|
|
"github": {
|
|
"type": "http",
|
|
"url": "https://api.githubcopilot.com/mcp/",
|
|
"headers": {
|
|
"Authorization": "Bearer ${MCP_GITHUB_ACCESS_TOKEN}"
|
|
}
|
|
}
|
|
}
|
|
}
|