Aligns pr-review .mcp.json with projman by adding PYTHONPATH environment variable. This inconsistency may have caused MCP server failures when both plugins are loaded. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
13 lines
310 B
JSON
13 lines
310 B
JSON
{
|
|
"mcpServers": {
|
|
"gitea": {
|
|
"command": "${CLAUDE_PLUGIN_ROOT}/mcp-servers/gitea/.venv/bin/python",
|
|
"args": ["-m", "mcp_server.server"],
|
|
"cwd": "${CLAUDE_PLUGIN_ROOT}/mcp-servers/gitea",
|
|
"env": {
|
|
"PYTHONPATH": "${CLAUDE_PLUGIN_ROOT}/mcp-servers/gitea"
|
|
}
|
|
}
|
|
}
|
|
}
|