Skip to content

chore: rebrand public endpoint → mpp.solrouter.com#2

Open
noahhaufer wants to merge 1 commit into
v1from
chore/rebrand-mpp-domain
Open

chore: rebrand public endpoint → mpp.solrouter.com#2
noahhaufer wants to merge 1 commit into
v1from
chore/rebrand-mpp-domain

Conversation

@noahhaufer

Copy link
Copy Markdown

Swaps all 31 hardcoded temprouter.onrender.com references to the branded mpp.solrouter.com across docs, agent-discovery surfaces, and SDK examples.

⚠️ Merge ONLY after the domain is live

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):

  1. Rendertemprouter service → Settings → Custom Domains → add mpp.solrouter.com (Render shows a CNAME target = temprouter.onrender.com).
  2. DNS (solrouter.com) → CNAME mpptemprouter.onrender.com. TLS auto-provisions.

Why no code change is needed

  • CORS is origin: '*' (server.ts) — no allowlist.
  • OpenAPI servers is derived from the live request origin (server.ts) — auto-reports the host it's reached on.
  • The MPP 402 challenge settles to the TEMPO_RECIPIENT wallet address, not a hostname.

The old temprouter.onrender.com keeps working (Render keeps it), so this is additive — no downtime.

Upstream solrouter-obb4.onrender.com/tee references are intentionally left untouched (that's the main Solrouter backend's enclave endpoint, not this service).

…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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant