Elicitation Result
Elicitation Result
Section titled “Elicitation Result”Configuration for elicitation-result hooks with MCP-server-based command execution.
Commands run after a user responds to an MCP elicitation. Observational.
Configuration Properties
Section titled “Configuration Properties”commands
Section titled “commands”Map of MCP-server-name patterns to command configurations. Keys are glob patterns matched against the MCP server name (e.g., “my-server”, ”*”).
| Attribute | Value |
|---|---|
| Type | object |
| Default | {} |
Nested Types
Section titled “Nested Types”This section uses the following nested type definitions:
ElicitationResultCommand Type
Section titled “ElicitationResultCommand Type”Configuration for individual elicitation-result commands with optional messages.
Properties:
| Property | Type | Default | Description |
|---|---|---|---|
maxOutputLines | `integer | null` | null |
message | `string | null` | null |
notifyPerCommand | `boolean | null` | null |
run | string | - | The shell command to execute |
showCommand | `boolean | null` | true |
showStderr | `boolean | null` | null |
showStdout | `boolean | null` | null |
timeout | `integer | null` | null |
See Also
Section titled “See Also”- Configuration Overview - Complete reference for all configuration options