18 lines
331 B
JSON
18 lines
331 B
JSON
{
|
|
"mcpServers": {
|
|
"gitlab-mpm": {
|
|
"command": "uv",
|
|
"args": [
|
|
"run",
|
|
"--with", "mcp[cli]",
|
|
"--with", "httpx",
|
|
"--with", "keyring",
|
|
"${CLAUDE_PLUGIN_ROOT}/server/gitlab_mcp.py"
|
|
],
|
|
"env": {
|
|
"GITLAB_API_URL": "https://gitlab.com/api/v4"
|
|
}
|
|
}
|
|
}
|
|
}
|