2025-08-05 15:29:15 +05:30

26 lines
800 B
JSON

{
"name": "GitHub extension",
"key": "github",
"description": "Plan, track, and manage your agile and software development projects in GitHub. Customize your workflow, collaborate, and release great software.",
"icon": "github",
"schedule": {
"frequency": "*/5 * * * *"
},
"auth": {
"OAuth2": {
"token_url": "https://github.com/login/oauth/access_token",
"authorization_url": "https://github.com/login/oauth/authorize",
"scopes": ["user", "public_repo", "repo", "notifications", "gist", "read:org", "repo_hooks"],
"scope_separator": ","
}
},
"mcp": {
"type": "http",
"url": "https://api.githubcopilot.com/mcp/",
"headers": {
"Authorization": "Bearer ${config:access_token}",
"Content-Type": "application/json"
}
}
}