Loading subscription status...
{
"mcpServers": [
{
"gitlab-mcp-code-review": {
"cwd": "/path/to/your/gitlab-mcp-code-review",
"env": {
"PATH": "/path/to/your/gitlab-mcp-code-review/.venv/bin:/usr/local/bin:/usr/bin:/bin",
"PYTHONPATH": "/path/to/your/gitlab-mcp-code-review",
"VIRTUAL_ENV": "/path/to/your/gitlab-mcp-code-review/.venv"
},
"args": [
"/path/to/your/gitlab-mcp-code-review/server.py",
"--transport",
"stdio"
],
"command": "/path/to/your/gitlab-mcp-code-review/.venv/bin/python"
}
}
]
}