Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Eversmile12/sharedcontext
/ getCursorConfigPath
Function
getCursorConfigPath
src/cli/setup.ts:77–79 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
75
}
76
77
function
getCursorConfigPath(): string {
78
return
join(homedir(),
".cursor"
,
"mcp.json"
);
79
}
80
81
function
getClaudeConfigPath(): string {
82
if
(process.platform ===
"darwin"
) {
Callers
1
getConfigPath
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected