From ff0f6ad9b03400360f4f72e6501dccbd02eee01d Mon Sep 17 00:00:00 2001 From: wowsofine Date: Mon, 8 Jun 2026 17:03:26 +0800 Subject: [PATCH] Add npm repository metadata --- package.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package.json b/package.json index d637760..548c492 100644 --- a/package.json +++ b/package.json @@ -5,6 +5,10 @@ "license": "Apache-2.0", "author": "Cloudflare, Inc. (https://cloudflare.com)", "homepage": "https://github.com/cloudflare/workers-mcp", + "repository": { + "type": "git", + "url": "https://github.com/cloudflare/workers-mcp.git" + }, "bugs": "https://github.com/cloudflare/workers-mcp/issues", "type": "module", "main": "dist/index.js",