Skip to content

Commit 506b12e

Browse files
committed
docs
1 parent dc390c6 commit 506b12e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/configuration.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,9 @@ Allowed hook types:
365365
- `postToolCall`: Run after a tool was called.
366366

367367
__Input__: Hooks will receive input as json with information from that event, like tool name, args or user prompt.
368+
368369
__Output__: All hook actions allow printing output (stdout) and errors (stderr) which will be shown in chat.
370+
369371
__Matcher__: Specify whether to apply this hook checking a regex applying to `mcp__tool-name`, applicable only for `*ToolCall` hooks.
370372

371373
Examples:

0 commit comments

Comments
 (0)