From 26b6d52a05e02fa0331c1dcfcd5a4003f6af1b13 Mon Sep 17 00:00:00 2001 From: openhands Date: Mon, 8 Jun 2026 10:38:59 +0000 Subject: [PATCH] fix: add repository metadata to package.json --- package.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index d637760..e0919b2 100644 --- a/package.json +++ b/package.json @@ -50,5 +50,9 @@ "tmp-promise": "^3.0.3", "ts-blank-space": "^0.4.4", "tsx": "^4.19.2" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/cloudflare/workers-mcp.git" } -} +} \ No newline at end of file