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

Function tool

packages/plugins/apps/src/plugin/store.test.ts:155–162  ·  view source on GitHub ↗
(name: string)

Source from the content-addressed store, hash-verified

153});
154
155const tool = (name: string): AppDescriptor["tools"][number] => ({
156 name,
157 sourcePath: `tools/${name}.ts`,
158 bundleKey: `bundle:${name}`,
159 source: { path: `tools/${name}.ts`, sourceHash: name },
160 description: name,
161 integrations: {},
162});
163
164describe("apps store", () => {
165 it.effect("tombstones removed tools", () =>

Callers 1

store.test.tsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected