MCPcopy Index your code
hub / github.com/codeaashu/claude-code / getMcpAuthCachePath

Function getMcpAuthCachePath

src/services/mcp/client.ts:261–263  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

259type McpAuthCacheData = Record<string, { timestamp: number }>
260
261function getMcpAuthCachePath(): string {
262 return join(getClaudeConfigHomeDir(), 'mcp-needs-auth-cache.json')
263}
264
265// Memoized so N concurrent isMcpAuthCached() calls during batched connection
266// share a single file read instead of N reads of the same file. Invalidated

Callers 3

getMcpAuthCacheFunction · 0.85
setMcpAuthCacheEntryFunction · 0.85
clearMcpAuthCacheFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected