package
Version:
v0.0.13
Opens a new window with list of versions in this module.
Published: Apr 23, 2026
License: GPL-3.0
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package elicitation provides typed structures for MCP elicitation handling.
Action identifies the SDK consumer's response to an elicitation request.
const (
ActionAccept Action = "accept"
ActionDecline Action = "decline"
ActionCancel Action = "cancel"
)
Callback handles an MCP elicitation request.
Mode identifies the elicitation UX expected by the CLI.
const (
ModeForm Mode = "form"
ModeURL Mode = "url"
)
Request contains an MCP elicitation request from the CLI.
Response contains the SDK consumer's elicitation decision.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.