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

Class

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

Source from the content-addressed store, hash-verified

76/** Tool invocation was rejected because a workspace `tool_policy` rule with
77 * `action: "block"` matched. `pattern` is the matched policy pattern. */
78export class ToolBlockedError extends Schema.TaggedErrorClass<ToolBlockedError>()(
79 "ToolBlockedError",
80 {
81 address: ToolAddress,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected