Skip to content

Tags

Tags give the ability to mark specific points in history as being important
  • v2.0.0

    protected
    8ec6b566 · v2.0.0 ·
    Release v2.0.0
    
    - **BREAKING**: Simplified optimization system from dual environment variables to single GITLAB_MCP_OPTIMIZATION_LEVEL
    - **BREAKING**: Removed backwards compatibility for legacy optimization environment variables
    
    - Type-safe tool registration with programmatic tool mapping
    - Complete ToolName union type with compile-time verification
    - Performance improvements: 40-70% token reduction in optimized modes
    
    - **BREAKING**: Complex strategy pattern optimization system (15 files deleted)
    - Telemetry system for optimization analytics
    
    - 69% code reduction in tool registration (510 fewer lines)
    - 99% faster description generation with simple object lookup
    
    🚀 Released with Claude Code
    Co-Authored-By: Claude <noreply@anthropic.com>
  • v1.5.1

    protected
    4c4fdd59 · v1.5.1 ·
    Release v1.5.1
    
    - Fixed get_job_artifacts_list returning binary ZIP data instead of JSON (Issue #52)
      - Tool now correctly uses job details endpoint which includes artifacts metadata
      - Removed incorrect API call to artifacts download endpoint
      - Properly returns JSON response with artifact metadata as expected
    
    🚀 Released with Claude Code
    Co-Authored-By: Claude <noreply@anthropic.com>
  • v1.5.0

    protected
    540fa0dd · v1.5.0 ·
    Release v1.5.0
    
    - CI/CD configuration validation and schema tools (Issue #43)
    - CI/CD artifact management functionality (Issue #50)
    
    - Enhanced TypeScript strict mode compliance
    - Improved pipeline handler architecture
    - Enhanced test coverage for CI/CD operations
    
    - NPM package configuration and dependencies
    
    🚀 Released with Claude Code
    Co-Authored-By: Claude <noreply@anthropic.com>
  • v1.4.0

    protected
    258958dd · v1.4.0 ·
    Release v1.4.0
    
    - Complete modular refactoring of server.ts (Issue #38 Phase 2)
    - Enhanced server architecture with domain-specific modules for better maintainability
    
    - [Issue #37] Enhanced error messages and context-aware parameter inference
    - Improved error handling across all GitLab API operations
    
    - Refactored monolithic server.ts into focused, modular components
    - Improved code organization with separate handlers for each GitLab domain
    
    🚀 Released with Claude Code
    Co-Authored-By: Claude <noreply@anthropic.com>
  • v1.3.1

    protected
    96931743 · v1.3.1 ·
    Release v1.3.1
    
    - Add --version and --help CLI flags - Improve CLI usability with standard version and help options
    
    - Fix API issues #34, #35, and #36 with improved error handling - Resolve API response handling and validation issues
    
    - Add comprehensive unit tests addressing MR review feedback - Expand test coverage and improve code quality
    - Apply Prettier code formatting to test files - Consistent code formatting across test suite
    
    🚀 Released with Claude Code
    Co-Authored-By: Claude <noreply@anthropic.com>
  • v1.3.0

    protected
    42939acf · v1.3.0 ·
    Release v1.3.0
    
    ✨ **Features**
    - Auto-detection of GitLab project for get_latest_pipeline tool
    
    📚 **Documentation**
    - Comprehensive CONTRIBUTING.md with agentic development approach
    - Complete project changelog with version history
    
    🔨 **Maintenance**
    - MIT License file for npm publishing compliance
    - Package.json updates for npm distribution
    
    🚀 Released with Claude Code
    Co-Authored-By: Claude <noreply@anthropic.com>
  • v1.2.0

    protected
    8b422ab7 · 1.2.0 ·
    1.2.0
  • v1.1.0

    protected
    32aa26a0 · 1.1.0 ·
    1.1.0
  • v1.0.2

    protected
    48eabd56 · 1.0.2 ·
    1.0.2
  • v1.0.1

    protected
    c08fa8b6 · 1.0.1 ·
    1.0.1
  • v1.0.0

    protected
    Release v1.0.0
    
    Initial release of GitLab MCP server
    
    - Complete GitLab API integration with 9 core tools
    - Comprehensive test suite with 166 tests
    - Full CI/CD pipeline with automated npm publishing
    - Support for GitLab.com and self-hosted instances
    - Production-ready with proper authentication and error handling
    
    🤖 Generated with [Claude Code](https://claude.ai/code)