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

Class

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

Source from the content-addressed store, hash-verified

69/** Tool invocation was rejected because a workspace `tool_policy` rule with
70 * `action: "block"` matched. `pattern` is the matched policy pattern. */
71export class ToolBlockedError extends Schema.TaggedErrorClass<ToolBlockedError>()(
72 "ToolBlockedError",
73 {
74 address: ToolAddress,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected