MCPcopy
hub / github.com/learnhouse/learnhouse / InstanceInfo

Interface InstanceInfo

apps/web/proxy.ts:24–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22// default org without ever calling subdomain extraction.
23
24interface InstanceInfo {
25 multi_org_enabled: boolean
26 default_org_slug: string
27 mode: 'saas' | 'oss' | 'ee'
28 tenancy: 'multi' | 'single'
29 frontend_domain: string
30 top_domain: string
31}
32
33// Cached instance info from backend (30-second TTL)
34let _instanceCache: { data: InstanceInfo; ts: number } | null = null

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected