chore: point server.json at the canonical product URL - #68
Merged
Conversation
`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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
One line. Remakes PR #23, which had gone stale.
websiteUrlnamed/products/property-report. That link is not broken —verified 2026-09-04:
So this is canonicalisation, not a repair. Worth doing regardless:
server.jsonis a published registry manifest, and depending on a redirect that someone may
later remove is a link that breaks quietly, somewhere you won't be looking.
#23 branched at version
1.14.2against a main now at1.18.2, so it conflictedon the version line rather than on anything it was actually changing — cheaper to
redo one line than rebase a week-old branch around an unrelated conflict.
./scripts/validate.sh→ 2193 passed, 28 skipped.