Merge pull request #45 from vlucaswang/fix/docs

fix: fix README
This commit is contained in:
zereight
2025-05-21 14:28:08 +09:00
committed by GitHub

View File

@ -52,10 +52,10 @@ When using with the Claude App, you need to set up your API key and URLs directl
"GITLAB_READ_ONLY_MODE", "GITLAB_READ_ONLY_MODE",
"-e", "-e",
"USE_GITLAB_WIKI", "USE_GITLAB_WIKI",
"nkwd/mcp-gitlab" "nkwd/gitlab-mcp"
], ],
"env": { "env": {
"GITLAB_PERSONAL_ACCESS": "your_gitlab_token", "GITLAB_PERSONAL_ACCESS_TOKEN": "your_gitlab_token",
"GITLAB_API_URL": "https://gitlab.com/api/v4", // Optional, for self-hosted GitLab "GITLAB_API_URL": "https://gitlab.com/api/v4", // Optional, for self-hosted GitLab
"GITLAB_READ_ONLY_MODE": "false", "GITLAB_READ_ONLY_MODE": "false",
"USE_GITLAB_WIKI": "true" "USE_GITLAB_WIKI": "true"