Skip to content
This repository was archived by the owner on May 13, 2026. It is now read-only.

Commit bb560ee

Browse files
chore: fix OIDC publish — strip git+ from repo URL, drop registry-url, use Node 24 native npm
Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent 86f0610 commit bb560ee

2 files changed

Lines changed: 3 additions & 11 deletions

File tree

.github/workflows/version.yml

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -24,17 +24,9 @@ jobs:
2424
- uses: actions/setup-node@v4
2525
with:
2626
node-version: 24
27-
registry-url: 'https://registry.npmjs.org'
28-
29-
- name: Clear stale auth token for OIDC
30-
run: npm config delete '//registry.npmjs.org/:_authToken' || true
3127

3228
- name: Publish with provenance
33-
run: npx -y npm@11 publish --access public --provenance
34-
env:
35-
NODE_AUTH_TOKEN: ''
29+
run: npm publish --access public --provenance
3630

3731
- name: Deprecate
38-
run: npx -y npm@11 deprecate base-mcp "This package has been deprecated. See https://docs.base.org/ai-agents for the new Base AI Agents docs."
39-
env:
40-
NODE_AUTH_TOKEN: ''
32+
run: npm deprecate base-mcp "This package has been deprecated. See https://docs.base.org/ai-agents for the new Base AI Agents docs."

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
],
1515
"repository": {
1616
"type": "git",
17-
"url": "git+https://github.com/base/base-mcp.git"
17+
"url": "https://github.com/base/base-mcp"
1818
},
1919
"author": "Dan Schlabach, Tina He",
2020
"license": "MIT",

0 commit comments

Comments
 (0)