Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:01:09 +08:00
commit 63be3c37b6
4 changed files with 71 additions and 0 deletions

11
.mcp.json Normal file
View File

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