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.43.1
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.44.0
Choose a head ref
  • 2 commits
  • 10 files changed
  • 2 contributors

Commits on Jan 25, 2026

  1. feat(docs): use versioned MCPB download links with __VERSION__ placeh…

    …older (#200)
    
    * feat(docs): use versioned MCPB download links with __VERSION__ placeholder
    
    - Add __VERSION__ placeholder to inject-tool-refs.ts
    - Version sourced from RELEASE_VERSION env (CI) or package.json (fallback)
    - Convert docs/clients/claude-desktop.md to template (.md.in)
    - Add download attribute to prevent Vue Router interception
    - Update docs.yml to pass RELEASE_VERSION from latest GitHub release
    
    Fixes #199
    
    * fix(docs): add log message for package.json version fallback
    
    Log the selected MCPB version when falling back to package.json,
    matching the logging pattern used for GitHub release versions.
    
    * fix(docs): align button text with versioned filename
    
    Change button label from "Download gitlab-mcp.mcpb (v__VERSION__)"
    to "Download gitlab-mcp-__VERSION__.mcpb" to match actual filename.
    
    * fix(cli): handle missing version field in package.json
    
    Add nullish coalescing fallback to return "0.0.0" when package.json
    exists but lacks a version field. Add test for this edge case.
    polaz authored Jan 25, 2026
    Configuration menu
    Copy the full SHA
    68b284f View commit details
    Browse the repository at this point in the history
  2. chore(release): 6.44.0 [skip ci]

    ## [6.44.0](v6.43.1...v6.44.0) (2026-01-25)
    
    ### Features
    
    * **docs:** use versioned MCPB download links with __VERSION__ placeholder ([#200](#200)) ([68b284f](68b284f)), closes [#199](#199)
    semantic-release-bot committed Jan 25, 2026
    Configuration menu
    Copy the full SHA
    0e0f012 View commit details
    Browse the repository at this point in the history
Loading