What's wrong with this entry?
Anonymous. No account, no email.
What
Two new hook events that let hooks intercept MCP server elicitation requests (when an MCP server asks the user for input).
Details
Elicitationhook fires when an MCP server requests user input. Hook can accept, decline, cancel, or provide content to auto-respond.ElicitationResulthook fires after the user responds to an elicitation. Hook can override the response action or content.- Supports both form-based and URL-based elicitation modes
- If a hook declines, the elicitation is blocked with "Elicitation denied by hook"
Evidence
Hook event definitions (search for "Elicitation" and "ElicitationResult" near hook_event_name)
Strings lifted out of the shipped bundle, so the claim above can be checked against them.