From f83d45eec05651ac21494884516dc7d782dec16d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tony=20L=C3=A2mpada?= <218821+tonylampada@users.noreply.github.com> Date: Fri, 28 Mar 2025 19:56:59 -0300 Subject: [PATCH] Add repository field to package.json --- package.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index e9f0be6..ead7ef1 100644 --- a/package.json +++ b/package.json @@ -2,6 +2,10 @@ "name": "mcp-remote", "version": "0.0.10", "type": "module", + "repository": { + "type": "git", + "url": "https://github.com/geelen/mcp-remote.git" + }, "bin": { "mcp-remote": "dist/cli/proxy.js" }, @@ -53,4 +57,4 @@ "react" ] } -} +} \ No newline at end of file