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

Method getConfigPaths

packages/cli/src/adapters/pi.ts:39–47  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

37 }
38
39 getConfigPaths(): HarnessConfigPaths {
40 const dir = getPiAgentConfigDir();
41 return {
42 configDir: dir,
43 pluginConfigPath: getPiUserExtensionsPath(),
44 magicContextConfigPath: getPiUserConfigPath(),
45 secondaryConfigPath: null,
46 };
47 }
48
49 async ensurePluginEntry(): Promise<PluginEntryResult> {
50 const settingsPath = getPiUserExtensionsPath();

Callers

nothing calls this directly

Calls 3

getPiAgentConfigDirFunction · 0.90
getPiUserExtensionsPathFunction · 0.90
getPiUserConfigPathFunction · 0.90

Tested by

no test coverage detected