From 3d2c69aace6c9185b925216fa4fc500ac2aed571 Mon Sep 17 00:00:00 2001 From: chenyuan35 <268374942+chenyuan35@users.noreply.github.com> Date: Mon, 8 Jun 2026 19:41:15 +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",