MCPcopy Create free account
hub / github.com/anomalyco/opencode / execute

Function execute

packages/opencode/test/tool/tool-define.test.ts:34–37  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

32 description: "test tool",
33 parameters: params,
34 execute() {
35 executeFn?.()
36 return Effect.succeed({ title: "test", output: "ok", metadata: {} })
37 },
38 }
39}
40

Callers 2

Calls 1

pushMethod · 0.80

Tested by

no test coverage detected