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",