MCPcopy Create free account
hub / github.com/UsefulSoftwareCo/executor / resolvePluginConfigPath

Function resolvePluginConfigPath

apps/local/src/executor.ts:48–48  ·  view source on GitHub ↗
(scopeDir: string)

Source from the content-addressed store, hash-verified

46};
47
48const resolvePluginConfigPath = (scopeDir: string): string => join(scopeDir, "executor.jsonc");
49
50// Plugins reach the host through two doors that compose:
51// - `executor.config.ts`'s static tuple

Callers 1

loadLocalPluginsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected