UrlElicitation

A single URL-mode elicitation entry carried by a -32042 URLElicitationRequiredError (2025-11-25 elicitation §"URL Elicitation Required Error"). Each entry directs the user to complete an out-of-band interaction at url; elicitationId correlates the request with the outcome the client later reports back.

Members

Functions

toJson
Json toJson()

Serialize to the wire shape {mode:"url", elicitationId, url, message}.

Variables

elicitationId
string elicitationId;

correlation id for the elicitation outcome

message
string message;

human-readable description shown to the user

url
string url;

where the user completes the interaction