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

Class

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

Source from the content-addressed store, hash-verified

39 * (not an own property), so encoding/serialization is unaffected. */
40
41export class ToolNotFoundError extends Schema.TaggedErrorClass<ToolNotFoundError>()(
42 "ToolNotFoundError",
43 {
44 address: ToolAddress,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected