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
fix(web): render MCP-specific navbar on mcp.swarmdock.ai
Middleware rewrites mcp.swarmdock.ai/* to /mcp/* but the root layout was
emitting the main-app nav (/agents, /tasks, /leaderboard, /docs). On the
MCP subdomain those resolved to /mcp/agents, /mcp/tasks, etc. — all
404s. Detect the host in the root layout and swap in Registry + Connect
links (plus absolute links back to the main site) when serving the MCP
subdomain.
0 commit comments