Skip to content

Releases: zereight/gitlab-mcp

v1.0.77

Choose a tag to compare

@zereight zereight released this 15 Aug 09:08

v1.0.77

  • v1.0.77 #209
  • FIX: docker hub repo user name #210
  • feat: Add NPM publish workflow for automated package publishing #208
  • Fix list of tools in README.md #205
  • FIX: flexible boolean #201
  • feat(attachement):download attachement, e.g. images #200
  • FEAT: merge MR #193
  • FEAT: get draft note #197
  • feat: Add createDraftNote api support, useful for bulk code review #183
  • feat: add my_issues and list_project_members tools #133
  • feat(pipeline): Add list_pipeline_trigger_jobs tools #194
  • (feat): add tool to upload file for markdown content #196
  • Fix list of tools 4ab6eb1
  • FIX 19b7254
  • Merge pull request #192 from zereight/feat/188-1 449de4d

New Contributors

v1.0.76

Choose a tag to compare

@iwakitakuma33 iwakitakuma33 released this 25 Jul 08:40
ee16a17

What's Changed

Full Changelog: v1.0.75...v1.0.76

v1.0.75

Choose a tag to compare

@iwakitakuma33 iwakitakuma33 released this 18 Jul 03:50

What's Changed

New Contributors

Full Changelog: v1.0.74...v1.0.75

v1.0.74

Choose a tag to compare

@iwakitakuma33 iwakitakuma33 released this 17 Jul 05:25

What's Changed

Full Changelog: v1.0.72...v1.0.73

Full Changelog: v1.0.73...v1.0.74

v1.0.72

Choose a tag to compare

@iwakitakuma33 iwakitakuma33 released this 09 Jul 14:45
8e91e5c

What's Changed

New Contributors

Full Changelog: v1.0.65...v1.0.72

v1.0.65 - Enhanced MR Discussion with Code Diff Support

Choose a tag to compare

@bbang-dduck bbang-dduck released this 16 Jun 03:58
672953f

What's New

💬 Enhanced MR Discussion Features

  • Multi-line Code Diff Selection: Added support for selecting multiple lines when creating merge request discussions
  • Improved Code Review Experience: Enhanced ability to comment on specific code ranges in merge requests
  • Advanced Discussion API: Implemented complex GitLab discussion API with better payload handling

🔧 Technical Improvements

  • Extended merge request discussion creation capabilities
  • Enhanced diff parsing and line range selection
  • Improved API payload generation for complex discussion scenarios

📚 Documentation

  • Updated README with new discussion features
  • Enhanced API documentation for multi-line diff comments

🚀 Usage

This release makes it easier for AI assistants and developers to create precise, contextual comments on merge request diffs, improving the code review workflow.


Related: Issue #90, PR #93 by @iwakitakuma33

v1.0.64

Choose a tag to compare

@bbang-dduck bbang-dduck released this 16 Jun 03:41
402f068

What's New

🍪 Cookie-based Authentication Support

  • Added support for cookie-based authentication for enterprise GitLab instances
  • Enhanced compatibility with SSO/OAuth2 redirects in enterprise environments
  • Improved session management for GitLab integrations

📦 Dependencies

  • Added fetch-cookie for cookie-aware HTTP requests
  • Added tough-cookie for robust cookie parsing and management

🛠️ Technical Improvements

  • Enhanced authentication flow to handle enterprise GitLab scenarios
  • Better session persistence across API calls

This release improves compatibility with enterprise GitLab setups that require cookie-based authentication flows.

#101

Release 1.0.63

Choose a tag to compare

@bbang-dduck bbang-dduck released this 12 Jun 12:26

[1.0.63] - 2025-06-12

Added

  • 📊 CI Job Log Pagination: Added pagination support for CI job logs to prevent context window flooding
    • get_pipeline_job_output now supports optional limit and offset parameters
    • Default limit is 1000 lines when pagination is used
    • Returns lines from the end of the log, with configurable offset
    • Includes truncation metadata showing what was skipped
    • Maintains backward compatibility (no parameters = full log)
    • See: PR #97

Release 1.0.62

Choose a tag to compare

@bbang-dduck bbang-dduck released this 10 Jun 00:51

[1.0.62] - 2025-06-10

Fixed

  • 🔐 Private Token Authentication Fix: Fixed Private-Token header authentication for GitLab API
    • Removed incorrect Bearer prefix from Private-Token header in legacy authentication mode
    • Fixed authentication issues when using older GitLab instances with private tokens
    • Ensures proper API authentication for both new and legacy GitLab configurations
    • See: PR #91, Issue #88

Release 1.0.60

Choose a tag to compare

@bbang-dduck bbang-dduck released this 06 Jun 23:24
44d8d11

[1.0.60] - 2025-06-07

Added

  • 📄 Merge Request Enhancement: Added support for remove_source_branch and squash options for merge requests
    • Enhanced merge request functionality with additional configuration options
    • Allows automatic source branch removal after merge
    • Supports squash commits for cleaner Git history
    • See: PR #86

Fixed

  • 🔧 Issue Assignment Fix: Fixed list issues assignee username handling
    • Corrected assignee username field in issue listing functionality
    • Improved user assignment data processing for GitLab issues
    • See: PR #87, Issue #74