MCPcopy Create free account
hub / github.com/ChatGPTBox-dev/chatGPTBox / getClaudeSessionKey

Function getClaudeSessionKey

src/services/wrappers.mjs:58–60  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

56}
57
58export async function getClaudeSessionKey() {
59 return (await Browser.cookies.get({ url: 'https://claude.ai/', name: 'sessionKey' }))?.value
60}
61
62function isAbortError(err) {
63 if (!err || typeof err !== 'object') return false

Callers 2

executeApiFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected