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

Function serverConnectionStorePath

apps/cli/src/server-profile.ts:42–43  ·  view source on GitHub ↗
(path: Path.Path)

Source from the content-addressed store, hash-verified

40 process.env.EXECUTOR_DATA_DIR ?? path.join(homedir(), ".executor");
41
42const serverConnectionStorePath = (path: Path.Path): string =>
43 path.join(resolveDataDir(path), "server-connections.json");
44
45const PersistedAuth = Schema.Union([
46 Schema.Struct({

Callers 2

Calls 1

resolveDataDirFunction · 0.70

Tested by

no test coverage detected