Files
2025-11-29 18:01:09 +08:00

12 lines
201 B
JSON

{
"mcpServers": {
"gemini-review": {
"command": "node",
"args": ["${CLAUDE_PLUGIN_ROOT}/server.js"],
"env": {
"PLUGIN_ROOT": "${CLAUDE_PLUGIN_ROOT}"
}
}
}
}