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

Function getMcpConfigPath

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

Source from the content-addressed store, hash-verified

29}
30
31function getMcpConfigPath() {
32 return join(CWD, '.mcp.json')
33}
34
35function getAgentsDir() {
36 return join(CWD, '.claude', 'agents')

Callers 1

handleAPIFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected