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

Class

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

Source from the content-addressed store, hash-verified

88
89/** Tool was found but its owning plugin has no `invokeTool` handler. */
90export class NoHandlerError extends Schema.TaggedErrorClass<NoHandlerError>()("NoHandlerError", {
91 address: ToolAddress,
92 pluginId: Schema.String,
93}) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected