MCPcopy Create free account
hub / github.com/UsefulSoftwareCo/executor / goToApp

Function goToApp

apps/cloud/src/web/pages/setup-mcp.tsx:30–31  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

28 // SECOND navigation to canonicalize `/` → `/<slug>` — that double hop is the
29 // window where the shell paints over this still-mounted onboarding page.
30 const goToApp = () =>
31 navigate({ to: "/{-$orgSlug}", params: { orgSlug: organizationSlug ?? undefined } });
32 const [origin, setOrigin] = useState<string | null>(null);
33 const [advancedOpen, setAdvancedOpen] = useState(false);
34 const [elicitationMode, setElicitationMode] = useState<McpElicitationMode>("model");

Callers 1

SetupMcpPageFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected