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

Function updateSessionIngressAuthToken

src/utils/sessionIngressAuth.ts:318–320  ·  view source on GitHub ↗
(token: string)

Source from the content-addressed store, hash-verified

316 * without restarting the process.
317 */
318export function updateSessionIngressAuthToken(token: string): void {
319 process.env.CLAUDE_CODE_SESSION_ACCESS_TOKEN = token
320}
321
322export function updateSessionIngressRuntimeLease(
323 lease: IssuedRuntimeLease,

Calls

no outgoing calls

Tested by

no test coverage detected