Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -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"
}
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
14 changes: 14 additions & 0 deletions packages/gitlab-mcp-db/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion packages/gitlab-mcp-db/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
2 changes: 1 addition & 1 deletion packages/gitlab-mcp-db/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
7 changes: 7 additions & 0 deletions packages/gitlab-mcp/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion packages/gitlab-mcp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
2 changes: 1 addition & 1 deletion packages/gitlab-mcp/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
4 changes: 2 additions & 2 deletions packages/gitlab-mcp/server.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down
Loading