Skip to content

Releases: structured-world/gitlab-mcp

gitlab-mcp: v9.1.1

Choose a tag to compare

@sw-release-bot sw-release-bot released this 22 Jun 11:59
ed81656

9.1.1 (2026-06-22)

Bug Fixes

  • runners: send job status filter as a GitLab list argument (#536) (c1b37f9)

gitlab-mcp-db: v9.1.1

Choose a tag to compare

@sw-release-bot sw-release-bot released this 22 Jun 11:59
ed81656

9.1.1 (2026-06-22)

Bug Fixes

  • runners: send job status filter as a GitLab list argument (#536) (c1b37f9)

Dependencies

  • The following workspace dependencies were updated
    • devDependencies
      • @structured-world/gitlab-mcp bumped to 9.1.1

v9.0.1

Choose a tag to compare

@sw-release-bot sw-release-bot released this 07 Jun 19:55
10846a0

9.0.1 (2026-06-07)

Bug Fixes

  • db: add repository field for npm provenance (#507) (bc52381), closes #506
  • release: resolve workspace: deps before publishing db to npm (#512) (946652b)

v9.0.0

Choose a tag to compare

@sw-release-bot sw-release-bot released this 07 Jun 17:42
b2c646b

9.0.0 (2026-06-07)

⚠ BREAKING CHANGES

  • OAuth deployments must rename GITLAB_OAUTH_CLIENT_ID, GITLAB_OAUTH_CLIENT_SECRET, and GITLAB_OAUTH_SCOPES to their OAUTH_ equivalents.
  • pipelines: the manage_pipeline_job tool is removed. Callers must use manage_pipeline with the play_job / retry_job / cancel_job actions instead of manage_pipeline_job with play / retry / cancel.
  • mrs: Individual MR tools replaced with action-based CQRS tools
  • files: Replace 5 individual file tools with 2 CQRS-aligned tools
  • Major architectural improvements and feature additions

Features

  • access-tokens: expose personal/project/group token management (#478) (509bc03)
  • audit-events: expose instance/group/project audit events (#480) (50b951c), closes #439
  • availability: extend tier matrix with per-parameter gating (#150) (1ae98c8)
  • availability: use WidgetAvailability for version-based widget validation (#140) (66e0215)
  • Bump version to 5.0.0 (9f85a7b)
  • ci: add CI/CD job token scope and allowlist management (#452) (f61c308)
  • cli: add --env-gates flag to list-tools for USE_* documentation (#59) (579c682), closes #53
  • cli: add install and docker subcommands (#122) (36d38d0)
  • cli: add interactive setup wizard (gitlab-mcp init) (#101) (cb6f080)
  • cli: add profile/preset inspection flags to list-tools (#64) (70f7994)
  • cli: add unified setup wizard consolidating init/install/docker flows (#132) (ae5d009)
  • comprehensive project cleanup and test verification (5815eb8)
  • config: GITLAB_CROSS_REFS toggle for Related description hints (#174) (871dc6c)
  • connection: add TTL/LRU eviction to ConnectionManager instance cache (#404) (229c92c)
  • container-registry: expose Container Registry via GraphQL (#476) (5acd068)
  • context: add manage_context CQRS tool for runtime session management (#96) (5108186)
  • context: add whoami action for token introspection (#203) (#205) (fc0c568)
  • context: probe admin mode elevation and expose in whoami (#459) (5c163d6)
  • core: add todos data lifecycle tests and address Copilot review feedback (b909916)
  • core: add todos tools and CQRS consolidation (#4, #16) (0abbf3b)
  • core: add todos tools and CQRS consolidation (#4, #16) (d6fc3ee)
  • dashboard: add instance health dashboard on GET / endpoint (#286) (de47c40)
  • deploy-keys: expose deploy keys under a CI access umbrella flag (#453) (d44f419)
  • deps: upgrade Zod from v3 to v4 with native JSON Schema generation (e605eef)
  • descriptions: intent-first tool descriptions with dynamic Related resolution (#172) (065e53b), closes #169
  • discovery: add auto-discovery from git remote (#67) (dba44ff)
  • docs: add --export flag to list-tools for TOOLS.md generation (#51) (25f5393)
  • docs: add "Report a Bug" feedback widget to documentation site (#148) (00ff2ed)
  • docs: add Google Analytics tracking to VitePress documentation (#216) (675ea12), closes #214
  • docs: add JSON-LD structured data for SEO (#306) (07e6261)
  • docs: add sponsor heart icon and donate page (#161) (e0d68bd), closes #160
  • docs: consent banner + vue-privacy 1.2.2 with gtag fix (#255) (75eb54b)
  • docs: migrate domain, add branding assets, remove dead code (#156) (ce8f18f), closes #145
  • docs: upgrade vue-privacy with GA4 tracking + dependency updates (#284) (9d43ae6)
  • docs: use versioned MCPB download links with VERSION placeholder (#200) (68b284f)
  • enhance pipeline job output handling and improve test coverage (86be293)
  • enhance test infrastructure and fix code quality issues (95b3529)
  • environments: expose Environments and Deployments (#463) (5668b61)
  • errors: ...
Read more

gitlab-mcp: v9.1.0

Choose a tag to compare

@sw-release-bot sw-release-bot released this 07 Jun 22:40
a2edf9b

9.1.0 (2026-06-07)

Features

  • ci: channel-gateway for CI watch + completion notifications (#491) (5ad399e)

gitlab-mcp: v9.0.1

Choose a tag to compare

@sw-release-bot sw-release-bot released this 07 Jun 19:55
10846a0

9.0.1 (2026-06-07)

Chores

  • gitlab-mcp: Synchronize gitlab-mcp versions

gitlab-mcp: v9.0.0

Choose a tag to compare

@sw-release-bot sw-release-bot released this 07 Jun 17:42
b2c646b

9.0.0 (2026-06-07)

⚠ BREAKING CHANGES

  • OAuth deployments must rename GITLAB_OAUTH_CLIENT_ID, GITLAB_OAUTH_CLIENT_SECRET, and GITLAB_OAUTH_SCOPES to their OAUTH_ equivalents.

Refactoring

  • nx monorepo with optional gitlab-mcp-db package (#493) (b18085d)

gitlab-mcp-db: v9.1.0

Choose a tag to compare

@sw-release-bot sw-release-bot released this 07 Jun 22:40
a2edf9b

9.1.0 (2026-06-07)

Chores

  • gitlab-mcp-db: Synchronize gitlab-mcp versions

Dependencies

  • The following workspace dependencies were updated
    • devDependencies
      • @structured-world/gitlab-mcp bumped to 9.1.0

gitlab-mcp-db: v9.0.1

Choose a tag to compare

@sw-release-bot sw-release-bot released this 07 Jun 19:55
10846a0

9.0.1 (2026-06-07)

Bug Fixes

  • db: add repository field for npm provenance (#507) (bc52381), closes #506

Dependencies

  • The following workspace dependencies were updated
    • devDependencies
      • @structured-world/gitlab-mcp bumped to 9.0.1

gitlab-mcp-db: v9.0.0

Choose a tag to compare

@sw-release-bot sw-release-bot released this 07 Jun 17:42
b2c646b

9.0.0 (2026-06-07)

⚠ BREAKING CHANGES

  • OAuth deployments must rename GITLAB_OAUTH_CLIENT_ID, GITLAB_OAUTH_CLIENT_SECRET, and GITLAB_OAUTH_SCOPES to their OAUTH_ equivalents.

Refactoring

  • nx monorepo with optional gitlab-mcp-db package (#493) (b18085d)

Dependencies

  • The following workspace dependencies were updated
    • devDependencies
      • @structured-world/gitlab-mcp bumped to 9.0.0