chore: add MCP server config (no PAT — stored in Keychain)

This commit is contained in:
2026-05-18 19:08:33 -05:00
parent a5c05b6551
commit bb126fcf0f
+17
View File
@@ -0,0 +1,17 @@
{
"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"
}
}
}
}