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

Class

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

Source from the content-addressed store, hash-verified

62/** Tool invocation was rejected because a workspace `tool_policy` rule with
63 * `action: "block"` matched. `pattern` is the matched policy pattern. */
64export class ToolBlockedError extends Schema.TaggedErrorClass<ToolBlockedError>()(
65 "ToolBlockedError",
66 {
67 address: ToolAddress,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected