From f4b265bf2eaca6960e28aa6b444dda25b0ed596e Mon Sep 17 00:00:00 2001 From: Lucas Wang Date: Wed, 21 May 2025 14:35:37 +0930 Subject: [PATCH] fix: fix README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 20f0327..56f49d6 100644 --- a/README.md +++ b/README.md @@ -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", "-e", "USE_GITLAB_WIKI", - "nkwd/mcp-gitlab" + "nkwd/gitlab-mcp" ], "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_READ_ONLY_MODE": "false", "USE_GITLAB_WIKI": "true"