Skip to content

Commit f6bd321

Browse files
shrey150claude
andauthored
fix: add repository field for npm provenance validation (#168)
npm provenance requires repository.url to match the GitHub repo. Also fixed bugs URL to point to this repo. Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 4a18b26 commit f6bd321

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,11 @@
66
"license": "Apache-2.0",
77
"author": "Browserbase, Inc. (https://www.browserbase.com/)",
88
"homepage": "https://www.browserbase.com",
9-
"bugs": "https://github.com/modelcontextprotocol/servers/issues",
9+
"bugs": "https://github.com/browserbase/mcp-server-browserbase/issues",
10+
"repository": {
11+
"type": "git",
12+
"url": "https://github.com/browserbase/mcp-server-browserbase"
13+
},
1014
"type": "module",
1115
"main": "./cli.js",
1216
"module": "./src/index.ts",

0 commit comments

Comments
 (0)