From 92e55595fd11d20246cc0fb31bf10b345cba084d Mon Sep 17 00:00:00 2001 From: simple Date: Thu, 13 Feb 2025 05:48:30 +0900 Subject: [PATCH] =?UTF-8?q?README.md=20=EC=97=85=EB=8D=B0=EC=9D=B4?= =?UTF-8?q?=ED=8A=B8:=20Claude=20App=20=EC=82=AC=EC=9A=A9=EB=B2=95?= =?UTF-8?q?=EC=97=90=20Cline=20=EB=B0=8F=20Roo=20Code=20=EC=B6=94=EA=B0=80?= =?UTF-8?q?,=20GitLab=20=EC=84=9C=EB=B2=84=20=EB=AA=85=EB=A0=B9=EC=96=B4?= =?UTF-8?q?=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f9f7737..cd4a3be 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ MIT License ## How to use -## Using with Claude App +## Using with Claude App, Cline, Roo Code When using with the Claude App, you need to set up your API key and URLs directly. @@ -31,8 +31,8 @@ When using with the Claude App, you need to set up your API key and URLs directl { "mcpServers": { "GitLab communication server": { - "command": "npx @zereight/mcp-gitlab", - "args": [], + "command": "npx", + "args": ["-y", "@zereight/mcp-gitlab"], "env": { "GITLAB_PERSONAL_ACCESS_TOKEN": "your_gitlab_token", "GITLAB_API_URL": "your_gitlab_api_url"