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

Commit f57ca74

Browse files
chore: align npm trusted publish config
Use npm's canonical repository URL and let publishConfig drive trusted publishing so the OIDC package metadata matches registry validation. Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent bb560ee commit f57ca74

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/version.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,10 @@ jobs:
2424
- uses: actions/setup-node@v4
2525
with:
2626
node-version: 24
27+
registry-url: https://registry.npmjs.org
2728

2829
- name: Publish with provenance
29-
run: npm publish --access public --provenance
30+
run: npm publish
3031

3132
- name: Deprecate
3233
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": "https://github.com/base/base-mcp"
17+
"url": "git+https://github.com/base/base-mcp.git"
1818
},
1919
"author": "Dan Schlabach, Tina He",
2020
"license": "MIT",

0 commit comments

Comments
 (0)