From 9c6aa6fe7d099eb277b715d2328d2376102621cf Mon Sep 17 00:00:00 2001 From: Test User Date: Wed, 10 Jun 2026 22:48:51 +0300 Subject: [PATCH] \chore: add license and repository metadata" --- package.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/package.json b/package.json index ac22b68e..9c248523 100644 --- a/package.json +++ b/package.json @@ -36,5 +36,10 @@ "shx": "^0.3.4", "tsup": "^8.4.0", "typescript": "^5.6.2" + }, + "license": "Apache-2.0", + "repository": { + "type": "git", + "url": "git+https://github.com/BrowserMCP/mcp.git" } }