From 3bca67431039da51933778db0f834e6dcc62f525 Mon Sep 17 00:00:00 2001 From: Louis Knight-Webb Date: Sat, 1 Nov 2025 22:41:46 +0000 Subject: [PATCH] add repo info --- npx-cli/package.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/npx-cli/package.json b/npx-cli/package.json index e9e0818..9b649c1 100644 --- a/npx-cli/package.json +++ b/npx-cli/package.json @@ -6,6 +6,11 @@ "bin": { "dev-manager-mcp": "bin/cli.js" }, + "repository": { + "type": "git", + "url": "https://github.com/BloopAI/dev-manager-mcp", + "directory": "npx-cli" + }, "keywords": [ "mcp", "dev-server", @@ -24,4 +29,4 @@ "engines": { "node": ">=18" } -} +} \ No newline at end of file