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

Function descriptor

packages/plugins/apps/src/plugin/store.test.ts:138–153  ·  view source on GitHub ↗
(tools: readonly AppDescriptor["tools"][number][])

Source from the content-addressed store, hash-verified

136};
137
138const descriptor = (tools: readonly AppDescriptor["tools"][number][]): AppDescriptor => ({
139 version: 6,
140 app: "crm",
141 sourceRef: "sha-1",
142 publishedAt: 1,
143 toolchain: {
144 bundler: { name: "esbuild", version: "0" },
145 executor: { name: "test", version: "0" },
146 target: "es2022",
147 },
148 tools,
149 workflows: [],
150 ui: [],
151 skills: [],
152 skipped: [],
153});
154
155const tool = (name: string): AppDescriptor["tools"][number] => ({
156 name,

Callers 1

store.test.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected