fix: fix README

This commit is contained in:
Lucas Wang
2025-05-21 14:35:37 +09:30
parent b326f4c3c3
commit f4b265bf2e

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"