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
## 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"