MCPcopy Create free account
hub / github.com/Zoo-Code-Org/Zoo-Code / getZooCodeBaseUrl

Function getZooCodeBaseUrl

src/services/zoo-code-auth.ts:159–161  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

157}
158
159export function getZooCodeBaseUrl(): string {
160 return process.env.ZOO_CODE_BASE_URL || "https://www.zoocode.dev"
161}
162
163export async function handleAuthCallback(token: string): Promise<boolean> {
164 if (!token || !token.startsWith("zoo_ext_")) {

Callers 11

buildZooCodeSignInUrlFunction · 0.90
surfaceGatewayApiErrorFunction · 0.90
constructorMethod · 0.90
getZooGatewayModelsFunction · 0.90
handleZooCodeCallbackMethod · 0.85
handleAuthCallbackFunction · 0.85
verifyZooCodeTokenFunction · 0.85
disconnectZooCodeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected