chore: rebrand public endpoint → mpp.solrouter.com#2
Open
noahhaufer wants to merge 1 commit into
Open
Conversation
…er.com Swaps all 31 hardcoded references to the service's own URL across docs, agent-discovery surfaces (SKILL.md, index.html meta/JSON-LD, robots.txt), and SDK examples. Server needs no code change: CORS is *, OpenAPI servers is derived from the request origin, and the MPP 402 challenge settles to a wallet address, not a hostname. Upstream solrouter-obb4 /tee refs untouched.
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.
Swaps all 31 hardcoded
temprouter.onrender.comreferences to the brandedmpp.solrouter.comacross docs, agent-discovery surfaces, and SDK examples.This PR points public/agent-facing links at
mpp.solrouter.com. Merge it after the custom domain + DNS resolve, or the links 404 in the gap.Required owner steps (dashboards):
temprouterservice → Settings → Custom Domains → addmpp.solrouter.com(Render shows a CNAME target =temprouter.onrender.com).mpp→temprouter.onrender.com. TLS auto-provisions.Why no code change is needed
origin: '*'(server.ts) — no allowlist.serversis derived from the live request origin (server.ts) — auto-reports the host it's reached on.TEMPO_RECIPIENTwallet address, not a hostname.The old
temprouter.onrender.comkeeps working (Render keeps it), so this is additive — no downtime.Upstream
solrouter-obb4.onrender.com/teereferences are intentionally left untouched (that's the main Solrouter backend's enclave endpoint, not this service).