MCPcopy
hub / github.com/codeaashu/claude-code / getBridgeBaseUrlOverride

Function getBridgeBaseUrlOverride

src/bridge/bridgeConfig.ts:27–32  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

25
26/** Ant-only dev override: CLAUDE_BRIDGE_BASE_URL, else undefined. */
27export function getBridgeBaseUrlOverride(): string | undefined {
28 return (
29 (process.env.USER_TYPE === 'ant' && process.env.CLAUDE_BRIDGE_BASE_URL) ||
30 undefined
31 )
32}
33
34/**
35 * Access token for bridge API calls: dev override first, then the OAuth

Callers 4

getBridgeBaseUrlFunction · 0.85
getBridgeBaseUrlFunction · 0.85
fetchRemoteCredentialsFunction · 0.85
callFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected