MCPcopy Create free account
hub / github.com/freecodexyz/free-code / getAccessTokenForRemote

Function getAccessTokenForRemote

src/main.tsx:3466–3466  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3464 getClaudeAIOAuthTokens: getTokensForRemote
3465 } = await import('./utils/auth.js');
3466 const getAccessTokenForRemote = (): string => getTokensForRemote()?.accessToken ?? apiCreds.accessToken;
3467 const remoteSessionConfig = createRemoteSessionConfig(createdSession.id, getAccessTokenForRemote, apiCreds.orgUUID, hasInitialPrompt);
3468
3469 // Add remote session info as initial system message

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected