MCPcopy
hub / github.com/anomalyco/opencode / execute

Method execute

packages/opencode/src/tool/tool.ts:63–63  ·  view source on GitHub ↗
(args: Schema.Schema.Type<Parameters>, ctx: Context)

Source from the content-addressed store, hash-verified

61 parameters: Parameters
62 jsonSchema?: JSONSchema7
63 execute(args: Schema.Schema.Type<Parameters>, ctx: Context): Effect.Effect<ExecuteResult<M>>
64 formatValidationError?(error: unknown): string
65}
66export type DefWithoutID<

Callers 15

getActorFunction · 0.65
executor.test.tsFile · 0.65
failWithFunction · 0.65
executeOnceFunction · 0.65
httpJsonFunction · 0.65
fetchProvidersFunction · 0.65
getFunction · 0.65
postFunction · 0.65
executeUnpreparedFunction · 0.65
executeUnpreparedFunction · 0.65

Calls

no outgoing calls

Tested by 4

failWithFunction · 0.52
execFunction · 0.52
postFunction · 0.52
requestFunction · 0.52