We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc390c6 commit 506b12eCopy full SHA for 506b12e
docs/configuration.md
@@ -365,7 +365,9 @@ Allowed hook types:
365
- `postToolCall`: Run after a tool was called.
366
367
__Input__: Hooks will receive input as json with information from that event, like tool name, args or user prompt.
368
+
369
__Output__: All hook actions allow printing output (stdout) and errors (stderr) which will be shown in chat.
370
371
__Matcher__: Specify whether to apply this hook checking a regex applying to `mcp__tool-name`, applicable only for `*ToolCall` hooks.
372
373
Examples:
0 commit comments