Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: structured-world/gitlab-mcp
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v6.5.0
Choose a base ref
...
head repository: structured-world/gitlab-mcp
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v6.6.0
Choose a head ref
  • 2 commits
  • 10 files changed
  • 2 contributors

Commits on Jan 19, 2026

  1. feat(variables): consolidate 5 CI/CD variable tools into 2 CQRS tools (

    …#43)
    
    * feat(variables): consolidate 5 CI/CD variable tools into 2 CQRS tools
    
    Consolidates variable operations following CQRS pattern:
    - browse_variables (Query): list, get actions
    - manage_variable (Command): create, update, delete actions
    
    Uses flat z.object() with .refine() instead of z.discriminatedUnion()
    for Claude API compatibility (no oneOf/allOf/anyOf at root level).
    
    Closes #9
    
    * test(variables): add schema validation unit tests
    
    Add comprehensive unit tests for BrowseVariablesSchema and
    ManageVariableSchema covering:
    - Action field validation (list, get, create, update, delete)
    - Variable type coercion (env_var, file, env, environment, etc.)
    - Boolean field coercion (flexibleBoolean)
    - Filter and environment scope validation
    - Edge cases and error handling
    
    Increases test count from 45 to 108 for variables entity.
    polaz authored Jan 19, 2026
    Configuration menu
    Copy the full SHA
    4b6b82a View commit details
    Browse the repository at this point in the history
  2. chore(release): 6.6.0 [skip ci]

    ## [6.6.0](v6.5.0...v6.6.0) (2026-01-19)
    
    ### Features
    
    * **variables:** consolidate 5 CI/CD variable tools into 2 CQRS tools ([#43](#43)) ([4b6b82a](4b6b82a)), closes [#9](#9)
    semantic-release-bot committed Jan 19, 2026
    Configuration menu
    Copy the full SHA
    055dc74 View commit details
    Browse the repository at this point in the history
Loading