From cced1c16f9c2c7cc0ba2e7e2c28884bb966f0bd5 Mon Sep 17 00:00:00 2001 From: simple Date: Mon, 16 Jun 2025 12:47:44 +0900 Subject: [PATCH] docs: update README and version to 1.0.64 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🚀 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 --- README.md | 6 ++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 14d3859..7ead073 100644 --- a/README.md +++ b/README.md @@ -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 🛠️ + + 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 diff --git a/package-lock.json b/package-lock.json index b4c60e7..aa67436 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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", diff --git a/package.json b/package.json index 5156c72..7ad45e4 100644 --- a/package.json +++ b/package.json @@ -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",