Skip to content

ApprovalHintPattern

Defined in: core/dist/config/shell-policy.d.ts:329

EXT-71 §3.1 — a hint pattern: the four MCP ToolAnnotations booleans, each mapped to the value it must EFFECTIVELY hold (§4.7.1). All named hints must match (AND within the entry); hints not named are unconstrained; false is the spelling of negation. At least one must be named — an empty object is a config error, never a match-everything.

optional destructiveHint?: boolean

Defined in: core/dist/config/shell-policy.d.ts:331


optional idempotentHint?: boolean

Defined in: core/dist/config/shell-policy.d.ts:332


optional openWorldHint?: boolean

Defined in: core/dist/config/shell-policy.d.ts:333


optional readOnlyHint?: boolean

Defined in: core/dist/config/shell-policy.d.ts:330