github zereight/gitlab-mcp v2.0.22

latest releases: v2.1.2, v2.1.1, v2.1.0...
3 months ago

What's Changed

✨ Features

  • Support global merge request listing without project_id (#293) - @tinywind
    • Makes project_id optional in list_merge_requests tool
    • Without project_id, lists MRs assigned to authenticated user by default
    • Use scope='all' to list all accessible MRs globally
    • Enables cross-project MR discovery

♻️ Refactoring

  • Improve list_merge_requests code quality and documentation (#301)
    • Replace let with const for immutable variables
    • Eliminate parameter mutation pattern
    • Clarify tool description about default scope behavior

🔧 CI/CD

  • Add missing tests to PR workflow (#302)
    • Include test:oauth in integration tests
    • Include test:list-merge-requests in integration tests
    • Ensures comprehensive test coverage on PRs

📦 Dependencies

  • Bump qs from 6.14.0 to 6.14.1 (#300)

Full Changelog: v2.0.21...v2.0.22

Don't miss a new gitlab-mcp release

NewReleases is sending notifications on new releases.