Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
31
function
getMcpConfigPath() {
32
return
join(CWD,
'.mcp.json'
)
33
}
34
35
function
getAgentsDir() {
36
return
join(CWD,
'.claude'
,
'agents'
)
Callers
1
handleAPI
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected