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

Class

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

Source from the content-addressed store, hash-verified

102
103/** Tool was found but its owning plugin has no `invokeTool` handler. */
104export class NoHandlerError extends Schema.TaggedErrorClass<NoHandlerError>()("NoHandlerError", {
105 address: ToolAddress,
106 pluginId: Schema.String,
107}) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected