@zereight/mcp-gitlab 1.0.47 → 1.0.49
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 +7 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -52,7 +52,7 @@ When using with the Claude App, you need to set up your API key and URLs directl
|
|
|
52
52
|
"GITLAB_READ_ONLY_MODE",
|
|
53
53
|
"-e",
|
|
54
54
|
"USE_GITLAB_WIKI",
|
|
55
|
-
"
|
|
55
|
+
"iwakitakuma/gitlab-mcp"
|
|
56
56
|
],
|
|
57
57
|
"env": {
|
|
58
58
|
"GITLAB_PERSONAL_ACCESS_TOKEN": "your_gitlab_token",
|
|
@@ -65,6 +65,12 @@ When using with the Claude App, you need to set up your API key and URLs directl
|
|
|
65
65
|
}
|
|
66
66
|
```
|
|
67
67
|
|
|
68
|
+
#### Docker Image Push
|
|
69
|
+
|
|
70
|
+
```shell
|
|
71
|
+
$ sh scripts/image_push.sh docker_user_name
|
|
72
|
+
```
|
|
73
|
+
|
|
68
74
|
### Environment Variables
|
|
69
75
|
|
|
70
76
|
- `GITLAB_PERSONAL_ACCESS_TOKEN`: Your GitLab personal access token.
|