MCPcopy Create free account
hub / github.com/Eversmile12/sharedcontext / getClaudeCliConfigPath

Function getClaudeCliConfigPath

src/cli/setup.ts:101–103  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

99}
100
101function getClaudeCliConfigPath(): string {
102 return join(homedir(), ".claude.json");
103}
104
105function getConfigPath(target: SetupTarget): string {
106 if (target === "cursor") return getCursorConfigPath();

Callers 2

getConfigPathFunction · 0.85
detectInstalledClientsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected