MCPcopy
hub / github.com/AutoMaker-Org/automaker / getClaudeCredentialPaths

Function getClaudeCredentialPaths

libs/platform/src/system-paths.ts:221–224  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

219 * Get paths to Claude credential files
220 */
221export function getClaudeCredentialPaths(): string[] {
222 const claudeDir = getClaudeConfigDir();
223 return [path.join(claudeDir, '.credentials.json'), path.join(claudeDir, 'credentials.json')];
224}
225
226/**
227 * Get path to Claude settings file

Calls 1

getClaudeConfigDirFunction · 0.85

Tested by

no test coverage detected