Files
coze-studio/.mcp.json
2025-08-07 11:26:01 +00:00

12 lines
196 B
JSON

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