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: detailobsessed/efficient-gitlab-mcp
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.2.1
Choose a base ref
...
head repository: detailobsessed/efficient-gitlab-mcp
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.2.2
Choose a head ref
  • 2 commits
  • 3 files changed
  • 2 contributors

Commits on Dec 25, 2025

  1. fix: use Node.js 24 for npm OIDC trusted publishing (#25)

    ## Summary
    
    Fixes npm OIDC trusted publishing by upgrading to Node.js 24.
    
    ## Problem
    
    npm trusted publishing with OIDC requires **npm >=11.5.1**, which is bundled with Node.js 24. We were using Node.js 22, causing this error:
    
    ```
    npm notice Access token expired or revoked. Please try logging in again.
    npm error 404 Not Found - PUT https://registry.npmjs.org/efficient-gitlab-mcp-server
    ```
    
    ## Solution
    
    Change `node-version` from `22` to `24` in the npm-publish workflow.
    
    ## References
    
    - [npm trusted publishing docs](https://docs.npmjs.com/trusted-publishers/)
    - [Blog post confirming Node.js 24 requirement](https://remarkablemark.org/blog/2025/12/19/npm-trusted-publishing/)
    ichoosetoaccept authored Dec 25, 2025
    Configuration menu
    Copy the full SHA
    5bcb716 View commit details
    Browse the repository at this point in the history
  2. chore(release): 0.2.2 [skip ci]

    ## [0.2.2](v0.2.1...v0.2.2) (2025-12-25)
    
    ### Bug Fixes
    
    * use Node.js 24 for npm OIDC trusted publishing ([#25](#25)) ([5bcb716](5bcb716))
    semantic-release-bot committed Dec 25, 2025
    Configuration menu
    Copy the full SHA
    9304d43 View commit details
    Browse the repository at this point in the history
Loading