12 lines
201 B
JSON
12 lines
201 B
JSON
{
|
|
"mcpServers": {
|
|
"gemini-review": {
|
|
"command": "node",
|
|
"args": ["${CLAUDE_PLUGIN_ROOT}/server.js"],
|
|
"env": {
|
|
"PLUGIN_ROOT": "${CLAUDE_PLUGIN_ROOT}"
|
|
}
|
|
}
|
|
}
|
|
}
|