From 1faba00c470dd0a0322820408012313d0dce248c Mon Sep 17 00:00:00 2001 From: Shrey Pandya Date: Mon, 30 Mar 2026 18:41:25 -0700 Subject: [PATCH] fix: add repository field for npm provenance validation 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) --- package.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 5a79b87..0ea2cde 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,11 @@ "license": "Apache-2.0", "author": "Browserbase, Inc. (https://www.browserbase.com/)", "homepage": "https://www.browserbase.com", - "bugs": "https://github.com/modelcontextprotocol/servers/issues", + "bugs": "https://github.com/browserbase/mcp-server-browserbase/issues", + "repository": { + "type": "git", + "url": "https://github.com/browserbase/mcp-server-browserbase" + }, "type": "module", "main": "./cli.js", "module": "./src/index.ts",