@ttpears/gitlab-mcp-server 1.16.0 → 1.17.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +5 -5
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -74,15 +74,15 @@ npm install -g @ttpears/gitlab-mcp-server
|
|
|
74
74
|
|
|
75
75
|
### Claude Desktop
|
|
76
76
|
|
|
77
|
-
**Option A — MCPB one-click install
|
|
77
|
+
**Option A — MCPB one-click install:** download
|
|
78
78
|
`gitlab-mcp-community-${VERSION}.mcpb` from the
|
|
79
79
|
[latest GitHub Release](https://github.com/ttpears/gitlab-mcp/releases/latest)
|
|
80
80
|
and drag it onto the Claude Desktop window. Fill in your GitLab URL and a
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
81
|
+
Personal Access Token when prompted; the token is stored in your OS keychain.
|
|
82
|
+
Use a `read_api`-scoped PAT for read-only access, or an `api`-scoped PAT to
|
|
83
|
+
also allow writes (create_issue, create_merge_request, etc.).
|
|
84
84
|
|
|
85
|
-
**Option B — manual config
|
|
85
|
+
**Option B — manual config:** add to `claude_desktop_config.json`:
|
|
86
86
|
|
|
87
87
|
```json
|
|
88
88
|
{
|