diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 9656b004..3803ef23 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,4 @@ { - "packages/gitlab-mcp": "9.1.0", - "packages/gitlab-mcp-db": "9.1.0" + "packages/gitlab-mcp": "9.1.1", + "packages/gitlab-mcp-db": "9.1.1" } diff --git a/README.md b/README.md index c75b3d2b..9f713936 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Advanced GitLab MCP server — 58 CQRS tools exposing 230 GitLab operations across 26 entity types. The tool catalog and parameters are filtered to each instance's GitLab version, tier, and token scopes, so the agent sees only what the connected instance actually supports. -[![Install in Claude Desktop](https://img.shields.io/badge/Claude_Desktop-Install_Extension-F97316?style=for-the-badge)](https://gitlab-mcp.sw.foundation/downloads/gitlab-mcp-9.1.0.mcpb) +[![Install in Claude Desktop](https://img.shields.io/badge/Claude_Desktop-Install_Extension-F97316?style=for-the-badge)](https://gitlab-mcp.sw.foundation/downloads/gitlab-mcp-9.1.1.mcpb) [![Install in VS Code](https://img.shields.io/badge/VS_Code-Install_MCP_Server-007ACC?style=for-the-badge&logo=visualstudiocode&logoColor=white)](vscode:mcp/install?%7B%22name%22%3A%22gitlab-mcp%22%2C%22command%22%3A%22npx%22%2C%22args%22%3A%5B%22-y%22%2C%22%40structured-world%2Fgitlab-mcp%22%5D%7D) [![Install in VS Code Insiders](https://img.shields.io/badge/VS_Code_Insiders-Install_MCP_Server-24bfa5?style=for-the-badge&logo=visualstudiocode&logoColor=white)](vscode-insiders:mcp/install?%7B%22name%22%3A%22gitlab-mcp%22%2C%22command%22%3A%22npx%22%2C%22args%22%3A%5B%22-y%22%2C%22%40structured-world%2Fgitlab-mcp%22%5D%7D) diff --git a/package.json b/package.json index e67954dd..8681a421 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gitlab-mcp-monorepo", - "version": "9.0.2", + "version": "9.1.1", "private": true, "description": "Monorepo root for @structured-world/gitlab-mcp and its optional packages", "packageManager": "yarn@4.13.0", diff --git a/packages/gitlab-mcp-db/CHANGELOG.md b/packages/gitlab-mcp-db/CHANGELOG.md index c061728e..0d659b03 100644 --- a/packages/gitlab-mcp-db/CHANGELOG.md +++ b/packages/gitlab-mcp-db/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [9.1.1](https://github.com/structured-world/gitlab-mcp/compare/gitlab-mcp-db-v9.1.0...gitlab-mcp-db-v9.1.1) (2026-06-22) + + +### Bug Fixes + +* **runners:** send job status filter as a GitLab list argument ([#536](https://github.com/structured-world/gitlab-mcp/issues/536)) ([c1b37f9](https://github.com/structured-world/gitlab-mcp/commit/c1b37f98cb95f56dae750fc5ef273ca8832c5823)) + + +### Dependencies + +* The following workspace dependencies were updated + * devDependencies + * @structured-world/gitlab-mcp bumped to 9.1.1 + ## [9.1.0](https://github.com/structured-world/gitlab-mcp/compare/gitlab-mcp-db-v9.0.1...gitlab-mcp-db-v9.1.0) (2026-06-07) diff --git a/packages/gitlab-mcp-db/README.md b/packages/gitlab-mcp-db/README.md index e03f9a8a..c189de01 100644 --- a/packages/gitlab-mcp-db/README.md +++ b/packages/gitlab-mcp-db/README.md @@ -4,7 +4,7 @@ Advanced GitLab MCP server — 58 CQRS tools exposing 230 GitLab operations across 26 entity types. The tool catalog and parameters are filtered to each instance's GitLab version, tier, and token scopes, so the agent sees only what the connected instance actually supports. -[![Install in Claude Desktop](https://img.shields.io/badge/Claude_Desktop-Install_Extension-F97316?style=for-the-badge)](https://gitlab-mcp.sw.foundation/downloads/gitlab-mcp-9.1.0.mcpb) +[![Install in Claude Desktop](https://img.shields.io/badge/Claude_Desktop-Install_Extension-F97316?style=for-the-badge)](https://gitlab-mcp.sw.foundation/downloads/gitlab-mcp-9.1.1.mcpb) [![Install in VS Code](https://img.shields.io/badge/VS_Code-Install_MCP_Server-007ACC?style=for-the-badge&logo=visualstudiocode&logoColor=white)](vscode:mcp/install?%7B%22name%22%3A%22gitlab-mcp%22%2C%22command%22%3A%22npx%22%2C%22args%22%3A%5B%22-y%22%2C%22%40structured-world%2Fgitlab-mcp%22%5D%7D) [![Install in VS Code Insiders](https://img.shields.io/badge/VS_Code_Insiders-Install_MCP_Server-24bfa5?style=for-the-badge&logo=visualstudiocode&logoColor=white)](vscode-insiders:mcp/install?%7B%22name%22%3A%22gitlab-mcp%22%2C%22command%22%3A%22npx%22%2C%22args%22%3A%5B%22-y%22%2C%22%40structured-world%2Fgitlab-mcp%22%5D%7D) diff --git a/packages/gitlab-mcp-db/package.json b/packages/gitlab-mcp-db/package.json index beb6bf3b..6842694d 100644 --- a/packages/gitlab-mcp-db/package.json +++ b/packages/gitlab-mcp-db/package.json @@ -1,6 +1,6 @@ { "name": "@structured-world/gitlab-mcp-db", - "version": "9.1.0", + "version": "9.1.1", "description": "Optional PostgreSQL/Prisma OAuth-storage backend for @structured-world/gitlab-mcp", "license": "Apache-2.0", "repository": { diff --git a/packages/gitlab-mcp/CHANGELOG.md b/packages/gitlab-mcp/CHANGELOG.md index 1dcf5249..0a23edb1 100644 --- a/packages/gitlab-mcp/CHANGELOG.md +++ b/packages/gitlab-mcp/CHANGELOG.md @@ -4,6 +4,13 @@ * exempt stdio session from idle timeout cleanup ([#363](https://github.com/structured-world/gitlab-mcp/issues/363)) ([ca563bd](https://github.com/structured-world/gitlab-mcp/commit/ca563bda9aa969d5d7680d3d89c2c72f32344838)), closes [#361](https://github.com/structured-world/gitlab-mcp/issues/361) +## [9.1.1](https://github.com/structured-world/gitlab-mcp/compare/gitlab-mcp-v9.1.0...gitlab-mcp-v9.1.1) (2026-06-22) + + +### Bug Fixes + +* **runners:** send job status filter as a GitLab list argument ([#536](https://github.com/structured-world/gitlab-mcp/issues/536)) ([c1b37f9](https://github.com/structured-world/gitlab-mcp/commit/c1b37f98cb95f56dae750fc5ef273ca8832c5823)) + ## [9.1.0](https://github.com/structured-world/gitlab-mcp/compare/gitlab-mcp-v9.0.1...gitlab-mcp-v9.1.0) (2026-06-07) diff --git a/packages/gitlab-mcp/README.md b/packages/gitlab-mcp/README.md index e03f9a8a..c189de01 100644 --- a/packages/gitlab-mcp/README.md +++ b/packages/gitlab-mcp/README.md @@ -4,7 +4,7 @@ Advanced GitLab MCP server — 58 CQRS tools exposing 230 GitLab operations across 26 entity types. The tool catalog and parameters are filtered to each instance's GitLab version, tier, and token scopes, so the agent sees only what the connected instance actually supports. -[![Install in Claude Desktop](https://img.shields.io/badge/Claude_Desktop-Install_Extension-F97316?style=for-the-badge)](https://gitlab-mcp.sw.foundation/downloads/gitlab-mcp-9.1.0.mcpb) +[![Install in Claude Desktop](https://img.shields.io/badge/Claude_Desktop-Install_Extension-F97316?style=for-the-badge)](https://gitlab-mcp.sw.foundation/downloads/gitlab-mcp-9.1.1.mcpb) [![Install in VS Code](https://img.shields.io/badge/VS_Code-Install_MCP_Server-007ACC?style=for-the-badge&logo=visualstudiocode&logoColor=white)](vscode:mcp/install?%7B%22name%22%3A%22gitlab-mcp%22%2C%22command%22%3A%22npx%22%2C%22args%22%3A%5B%22-y%22%2C%22%40structured-world%2Fgitlab-mcp%22%5D%7D) [![Install in VS Code Insiders](https://img.shields.io/badge/VS_Code_Insiders-Install_MCP_Server-24bfa5?style=for-the-badge&logo=visualstudiocode&logoColor=white)](vscode-insiders:mcp/install?%7B%22name%22%3A%22gitlab-mcp%22%2C%22command%22%3A%22npx%22%2C%22args%22%3A%5B%22-y%22%2C%22%40structured-world%2Fgitlab-mcp%22%5D%7D) diff --git a/packages/gitlab-mcp/package.json b/packages/gitlab-mcp/package.json index f7a24510..824726a6 100644 --- a/packages/gitlab-mcp/package.json +++ b/packages/gitlab-mcp/package.json @@ -1,7 +1,7 @@ { "name": "@structured-world/gitlab-mcp", "mcpName": "io.github.structured-world/gitlab-mcp", - "version": "9.1.0", + "version": "9.1.1", "description": "Advanced GitLab MCP server", "mcp": { "name": "GitLab MCP Server", diff --git a/packages/gitlab-mcp/server.json b/packages/gitlab-mcp/server.json index 43e3e976..2e8cbfa9 100644 --- a/packages/gitlab-mcp/server.json +++ b/packages/gitlab-mcp/server.json @@ -9,13 +9,13 @@ "url": "https://github.com/structured-world/gitlab-mcp", "source": "github" }, - "version": "9.1.0", + "version": "9.1.1", "_versionNote": "Updated dynamically by prepare-release.sh during semantic-release", "packages": [ { "registryType": "npm", "identifier": "@structured-world/gitlab-mcp", - "version": "9.1.0", + "version": "9.1.1", "transport": { "type": "stdio" },