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

Class

packages/core/sdk/src/errors.ts:97–97  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

95
96/** Tool was found but its owning plugin has no `invokeTool` handler. */
97export class NoHandlerError extends Schema.TaggedErrorClass<NoHandlerError>()("NoHandlerError", {
98 address: ToolAddress,
99 pluginId: Schema.String,
100}) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected