diff --git a/.mcp.json b/.mcp.json new file mode 100644 index 0000000..0027517 --- /dev/null +++ b/.mcp.json @@ -0,0 +1,11 @@ +{ + "mcpServers": { + "github-projects": { + "type": "http", + "url": "https://api.githubcopilot.com/mcp/x/projects", + "headers": { + "Authorization": "Bearer ${GH_TOKEN}" + } + } + } +}