From 866a5b1503d198718cf23f074300dfe7f286a1f1 Mon Sep 17 00:00:00 2001 From: paulieb89 Date: Fri, 4 Sep 2026 20:38:30 +0100 Subject: [PATCH] chore: point server.json at the canonical product URL `websiteUrl` named /products/property-report. That link is not broken -- it returns 200 by redirecting to /products/property-mcp, verified 2026-09-04 -- so this is canonicalisation rather than a fix. Worth doing anyway: server.json is a published registry manifest, and depending on a redirect someone may later remove is a link that breaks quietly and elsewhere. Remakes the one-line change from PR #23, which was opened on 2026-08-27 and had gone stale: it branched at version 1.14.2 against a main now at 1.18.2, so it conflicted on the version line rather than on anything it was changing. Cheaper to redo the single line than to rebase a week-old branch around an unrelated conflict. --- server.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server.json b/server.json index b8d76ae..8c694a8 100644 --- a/server.json +++ b/server.json @@ -4,7 +4,7 @@ "title": "UK Property Data", "description": "UK property data — Land Registry comps, EPC, Rightmove, rental yields, stamp duty, Companies House", "version": "1.18.2", - "websiteUrl": "https://bouch.dev/products/property-report", + "websiteUrl": "https://bouch.dev/products/property-mcp", "repository": { "url": "https://github.com/paulieb89/property-shared", "source": "github"