diff --git a/.roo/mcp.json b/.roo/mcp.json new file mode 100644 index 0000000000..529c8843a6 --- /dev/null +++ b/.roo/mcp.json @@ -0,0 +1,16 @@ +{ + "mcpServers": { + "github": { + "command": "docker", + "args": [ + "run", + "-i", + "--rm", + "-e", + "GITHUB_PERSONAL_ACCESS_TOKEN=${env:GITHUB_PERSONAL_ACCESS_TOKEN}", + "ghcr.io/github/github-mcp-server" + ], + "alwaysAllow": [] + } + } +} \ No newline at end of file