diff --git a/.claude/settings.local.json.example b/.claude/settings.local.json.example new file mode 100644 index 0000000..9cba7cf --- /dev/null +++ b/.claude/settings.local.json.example @@ -0,0 +1,5 @@ +{ + "env": { + "GH_TOKEN": "" + } +} diff --git a/.mcp.json b/.mcp.json new file mode 100644 index 0000000..a3ffd97 --- /dev/null +++ b/.mcp.json @@ -0,0 +1,11 @@ +{ + "mcpServers": { + "github": { + "type": "http", + "url": "https://api.githubcopilot.com/mcp", + "headers": { + "Authorization": "Bearer ${GH_TOKEN}" + } + } + } +}