MCPcopy Create free account
hub / github.com/MoonshotAI/kimi-code / kimiCodeEnvOAuthHost

Function kimiCodeEnvOAuthHost

packages/oauth/src/managed-kimi-code.ts:300–302  ·  view source on GitHub ↗
(env: ManagedKimiEnv = process.env)

Source from the content-addressed store, hash-verified

298}
299
300export function kimiCodeEnvOAuthHost(env: ManagedKimiEnv = process.env): string | undefined {
301 return env.KIMI_CODE_OAUTH_HOST ?? env.KIMI_OAUTH_HOST;
302}
303
304// Base URLs that share the default `oauth/kimi-code` credential slot.
305const SHARED_DEFAULT_BASE_URLS: readonly string[] = [

Callers 2

resolveKimiCodeLoginAuthFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected