You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MCP install URLs pin the org slug; the server accepts slug or legacy id
The connect-agent card and setup-mcp onboarding now print
/<org-slug>/mcp instead of /org_xxx/mcp. Server-side the MCP path
classifier claims slug-shaped segments alongside the legacy org_ form
(the slug grammar reserves every routable root segment, so console
paths ending in /mcp still fall through to the SPA), and the org
authorizer resolves a slug through the mirror before the live WorkOS
membership check — the URL stays a selector, not a trust boundary.
Existing org_-pinned URLs in agents' configs keep working; discovery
docs echo whichever selector form the client used.
Self-host and cloudflare cards print the bare /mcp — their servers
only mount the bare endpoint and a single-org instance has nothing to
select.
0 commit comments