madDegen commited on
Commit
99a2ef9
·
verified ·
1 Parent(s): de8d168

add .mcp.json

Browse files
Files changed (1) hide show
  1. plugin/.mcp.json +12 -0
plugin/.mcp.json ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "mcpServers": {
3
+ "github-ops": {
4
+ "type": "http",
5
+ "url": "https://api.githubcopilot.com/mcp/",
6
+ "headers": {
7
+ "Authorization": "Bearer ${GITHUB_OPS_PAT}",
8
+ "X-MCP-Toolsets": "context,repos,issues,pull_requests,git,actions,labels,orgs,users,discussions,projects,code_security,secret_protection,dependabot,security_advisories,gists"
9
+ }
10
+ }
11
+ }
12
+ }