MCPcopy Create free account
hub / github.com/Noumena-Network/code / getBridgeBaseUrlOverride

Function getBridgeBaseUrlOverride

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

Source from the content-addressed store, hash-verified

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

Callers 4

getBridgeBaseUrlFunction · 0.85
fetchRemoteCredentialsFunction · 0.85
callFunction · 0.85

Calls 1

isInternalBuildFunction · 0.85

Tested by

no test coverage detected