docs: update README and version to 1.0.64

🚀 Breaking Changes:
- Updated version from 1.0.63 to 1.0.64
- Added cookie-based authentication details in README

📝 Details:
- Enhanced Docker instructions in README
- Updated package-lock.json and package.json with new version
This commit is contained in:
simple
2025-06-16 12:47:44 +09:00
parent 402f068470
commit cced1c16f9
3 changed files with 9 additions and 3 deletions

View File

@ -36,7 +36,9 @@ When using with the Claude App, you need to set up your API key and URLs directl
```
#### Docker
- stdio
```mcp.json
{
"mcpServers": {
@ -74,6 +76,7 @@ When using with the Claude App, you need to set up your API key and URLs directl
```
- sse
```shell
docker run -i --rm \
-e GITLAB_PERSONAL_ACCESS_TOKEN=your_gitlab_token \
@ -113,9 +116,12 @@ $ sh scripts/image_push.sh docker_user_name
- `USE_PIPELINE`: When set to 'true', enables the pipeline-related tools (list_pipelines, get_pipeline, list_pipeline_jobs, get_pipeline_job, get_pipeline_job_output, create_pipeline, retry_pipeline, cancel_pipeline). By default, pipeline features are disabled.
- `GITLAB_AUTH_COOKIE_PATH`: Path to an authentication cookie file for GitLab instances that require cookie-based authentication. When provided, the cookie will be included in all GitLab API requests.
[![Star History Chart](https://api.star-history.com/svg?repos=zereight/gitlab-mcp&type=Date)](https://www.star-history.com/#zereight/gitlab-mcp&Date)
## Tools 🛠️
+<!-- TOOLS-START -->
1. `create_or_update_file` - Create or update a single file in a GitLab project
2. `search_repositories` - Search for GitLab projects
3. `create_repository` - Create a new GitLab project

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "@zereight/mcp-gitlab",
"version": "1.0.62",
"version": "1.0.64",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@zereight/mcp-gitlab",
"version": "1.0.62",
"version": "1.0.64",
"license": "MIT",
"dependencies": {
"@modelcontextprotocol/sdk": "1.8.0",

View File

@ -1,6 +1,6 @@
{
"name": "@zereight/mcp-gitlab",
"version": "1.0.63",
"version": "1.0.64",
"description": "MCP server for using the GitLab API",
"license": "MIT",
"author": "zereight",