madDegen's picture
add .mcp.json
99a2ef9 verified
Raw
History Blame Contribute Delete
388 Bytes
{
"mcpServers": {
"github-ops": {
"type": "http",
"url": "https://api.githubcopilot.com/mcp/",
"headers": {
"Authorization": "Bearer ${GITHUB_OPS_PAT}",
"X-MCP-Toolsets": "context,repos,issues,pull_requests,git,actions,labels,orgs,users,discussions,projects,code_security,secret_protection,dependabot,security_advisories,gists"
}
}
}
}