MCPcopy Create free account
hub / github.com/cortexkit/magic-context / getProjectConfigBasePath

Function getProjectConfigBasePath

packages/plugin/src/config/index.ts:48–50  ·  view source on GitHub ↗
(directory: string)

Source from the content-addressed store, hash-verified

46}
47
48function getProjectConfigBasePath(directory: string): string {
49 return cortexKitProjectConfigBasePath(directory);
50}
51
52interface LegacyReadFallback {
53 /** The legacy file we read, or null if no harness-owned legacy file exists. */

Callers 1

loadPluginConfigDetailedFunction · 0.85

Calls 1

Tested by

no test coverage detected