MCPcopy 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
77function getCursorConfigPath(): string {
78 return join(homedir(), ".cursor", "mcp.json");
79}
80
81function getClaudeConfigPath(): string {
82 if (process.platform === "darwin") {

Callers 1

getConfigPathFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected