| { | |
| "name": "gerrit", | |
| "version": "1.0.0", | |
| "mcpServers": { | |
| "gerrit": { | |
| "description": "An MCP server for interacting with the Gerrit code review system.", | |
| "command": "uv", | |
| "args": ["run", "--directory", "${extensionPath}", "gerrit-mcp-server"], | |
| "env": { | |
| "UV_PROJECT_ENVIRONMENT": "${extensionPath}${/}.venv" | |
| } | |
| } | |
| } | |
| } |