From 87ade947ba5708dfa5963b299cd3dcd6da3646b6 Mon Sep 17 00:00:00 2001 From: B Harper Date: Sun, 26 Oct 2025 17:20:33 +1100 Subject: [PATCH] Update package.json for marketplace publishing - change publisher to 3DTek-xyz and add repository field --- package.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index b1aede2..afe32dc 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,11 @@ "displayName": "HumanAgent MCP", "description": "MCP server for chatting with a human agent", "version": "0.0.1", - "publisher": "benharper", + "publisher": "3DTek-xyz", + "repository": { + "type": "git", + "url": "https://github.com/3DTek-xyz/HumanAgent-MCP.git" + }, "engines": { "vscode": "^1.105.0" },