mirror of
https://github.com/anthropics/claude-code.git
synced 2026-05-03 11:52:45 +00:00
16 lines
307 B
JSON
16 lines
307 B
JSON
|
|
{
|
||
|
|
"name": "code-review",
|
||
|
|
"description": "",
|
||
|
|
"version": "1.0.0",
|
||
|
|
"mcpServers": {
|
||
|
|
"github-inline-comment": {
|
||
|
|
"type": "stdio",
|
||
|
|
"command": "node",
|
||
|
|
"args": ["${CLAUDE_PLUGIN_ROOT}/github-tools/index.ts"],
|
||
|
|
"env": {
|
||
|
|
"GITHUB_TOKEN": "${GITHUB_TOKEN}"
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|