Skip to content

Releases: structured-world/gitlab-mcp

gitlab-mcp: v7.2.0

11 Apr 11:59
debcfa3

Choose a tag to compare

7.2.0 (2026-04-11)

Features

  • health: detect token revocation via authenticated health checks (#409) (5a74f2d)

Refactoring

  • session: per-session instance URL tracking for session-aware ListTools (#406) (5f8b9cf)

gitlab-mcp: v7.1.0

07 Apr 20:45
697d6bf

Choose a tag to compare

7.1.0 (2026-04-07)

Features

  • connection: add TTL/LRU eviction to ConnectionManager instance cache (#404) (229c92c)

Refactoring

  • registry: split getAllToolDefinitions into catalog vs discovery APIs (#401) (b084a81), closes #377

gitlab-mcp: v7.0.2

07 Apr 00:10
953e08e

Choose a tag to compare

7.0.2 (2026-04-06)

Refactoring

  • registry: fail-close on unexpected errors in loadInstanceContext/getFilterStats (#399) (70a5fea)

gitlab-mcp: v7.0.1

06 Apr 11:40
0c27e0c

Choose a tag to compare

7.0.1 (2026-04-06)

Bug Fixes

  • rehydrate SchemaIntrospector widget cache on introspection cache hit (#393) (60de37b), closes #374

Refactoring

  • thread instanceUrl and key caches by URL (#396) (1ec52aa)

gitlab-mcp: v7.0.0

05 Apr 18:46
ecfec34

Choose a tag to compare

7.0.0 (2026-04-05)

⚠ BREAKING CHANGES

  • 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

  • Add createDraftNote api support, useful for bulk code review (15d330c)
  • Add createDraftNote api support, useful for bulk code review (730d2e2)
  • add GITLAB_DENIED_TOOLS_REGEX env to disable some tools (#206) (8950b4b)
  • add my_issues and list_project_members tools (838148f)
  • add my_issues and list_project_members tools (7771493)
  • Add NPM publish workflow for automated package publishing (#208) (7e985af)
  • Add NPM publish workflow for automated package publishing (#208) (5a4d416)
  • attachement: download attachement, e.g. images (e67e35d)
  • attachement: download attachement, e.g. images (7408cb1)
  • 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)
  • 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)
  • context: add manage_context CQRS tool for runtime session management (#96) (5108186)
  • context: add whoami action for token introspection (#203) (#205) (fc0c568)
  • 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)
  • 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)
  • errors: add structured error handling with tier awareness (#75) (2b5088c)
  • establish v5.0.0 baseline for semantic versioning (f5ac7a5)
  • fetch: add Node.js v24 compatibility with Undici dispatcher pattern (da74392)
  • fetch: add retry logic for idempotent API operations ([#120](http...
Read more

v6.62.2

29 Mar 09:24

Choose a tag to compare

6.62.2 (2026-03-29)

Bug Fixes

  • exempt stdio session from idle timeout cleanup (#363) (ca563bd), closes #361

v6.62.1

01 Mar 09:37

Choose a tag to compare

6.62.1 (2026-03-01)

Bug Fixes

  • security: change default HOST from 0.0.0.0 to 127.0.0.1 (#336) (039c369), closes #333

v6.62.0

16 Feb 22:42

Choose a tag to compare

6.62.0 (2026-02-16)

Features

  • files: add overwrite parameter to manage_files for auto create/update (#327) (ad7d525), closes #326

v6.61.0

13 Feb 02:13

Choose a tag to compare

6.61.0 (2026-02-13)

Features

  • workitems: add verification status and test reports for requirements (#325) (0dcfd59), closes #324

v6.60.3

07 Feb 19:51

Choose a tag to compare

6.60.3 (2026-02-07)

Bug Fixes

  • server: validate session ID in StreamableHTTP transport (#318) (2262fb8), closes #317