MCPcopy Create free account
hub / github.com/T-Lab-CUHKSZ/claude-code / getLocalSettingsPath

Function getLocalSettingsPath

config-ui/server.ts:27–29  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

25}
26
27function getLocalSettingsPath() {
28 return join(CWD, '.claude', 'settings.local.json')
29}
30
31function getMcpConfigPath() {
32 return join(CWD, '.mcp.json')

Callers 1

handleAPIFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected