README.md 업데이트: Claude App 사용법에 Cline 및 Roo Code 추가, GitLab 서버 명령어 수정

This commit is contained in:
simple
2025-02-13 05:48:30 +09:00
parent d686f4e2d7
commit 92e55595fd

View File

@ -23,7 +23,7 @@ MIT License
## How to use ## 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. 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": { "mcpServers": {
"GitLab communication server": { "GitLab communication server": {
"command": "npx @zereight/mcp-gitlab", "command": "npx",
"args": [], "args": ["-y", "@zereight/mcp-gitlab"],
"env": { "env": {
"GITLAB_PERSONAL_ACCESS_TOKEN": "your_gitlab_token", "GITLAB_PERSONAL_ACCESS_TOKEN": "your_gitlab_token",
"GITLAB_API_URL": "your_gitlab_api_url" "GITLAB_API_URL": "your_gitlab_api_url"