From c8ac820c9a69b5a279e05c18201dd262196e03f3 Mon Sep 17 00:00:00 2001 From: siteglass Date: Fri, 5 Jun 2026 13:25:46 -0400 Subject: [PATCH] fix repo URL: git.siteglass.io --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 04032fe..1f6ee07 100644 --- a/package.json +++ b/package.json @@ -23,8 +23,8 @@ "l402" ], "homepage": "https://siteglass.io", - "repository": { "type": "git", "url": "git+https://git.sitelens.io/siteglass/siteglass-mcp.git" }, - "bugs": { "url": "https://git.sitelens.io/siteglass/siteglass-mcp/issues" }, + "repository": { "type": "git", "url": "git+https://git.siteglass.io/siteglass/siteglass-mcp.git" }, + "bugs": { "url": "https://git.siteglass.io/siteglass/siteglass-mcp/issues" }, "author": "siteglass.io", "license": "MIT", "mcpName": "io.siteglass/mcp",