MCPcopy Create free account
hub / github.com/claude-code-best/claude-code / resolveUpstreamBaseUrl

Function resolveUpstreamBaseUrl

src/ssh/SSHAuthProxy.ts:35–37  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

33}
34
35function resolveUpstreamBaseUrl(): string {
36 return process.env.ANTHROPIC_BASE_URL || getOauthConfig().BASE_API_URL
37}
38
39async function proxyFetch(
40 req: Request,

Callers 1

proxyFetchFunction · 0.85

Calls 1

getOauthConfigFunction · 0.85

Tested by

no test coverage detected