@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.
Files changed (2) hide show
  1. package/README.md +5 -5
  2. 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 (read-only):** download
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
- read-only PAT (`read_api` scope) when prompted; the token is stored in your
82
- OS keychain. This bundle is intentionally read-only use Option B if you need
83
- to create/update issues or MRs.
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 (read or write):** add to `claude_desktop_config.json`:
85
+ **Option B — manual config:** add to `claude_desktop_config.json`:
86
86
 
87
87
  ```json
88
88
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ttpears/gitlab-mcp-server",
3
- "version": "1.16.0",
3
+ "version": "1.17.0",
4
4
  "description": "GitLab MCP Server with GraphQL discovery",
5
5
  "main": "dist/index.js",
6
6
  "module": "./src/index.ts",