Build the -32042URLElicitationRequiredError a server returns when a
request cannot be processed until one or more URL-mode elicitations are
completed (2025-11-25 elicitation §"URL Elicitation Required Error"). The
error's data.elicitations array carries the URL-mode elicitations the
client must complete first; each entry is emitted as
{mode:"url", elicitationId, url, message}.
At least one elicitation is required, and every entry MUST have a non-empty
elicitationId and a url that is a valid absolute URI (per the spec's
format: uri / "MUST contain a valid URL"); otherwise this throws.
Build the -32042 URLElicitationRequiredError a server returns when a request cannot be processed until one or more URL-mode elicitations are completed (2025-11-25 elicitation §"URL Elicitation Required Error"). The error's data.elicitations array carries the URL-mode elicitations the client must complete first; each entry is emitted as {mode:"url", elicitationId, url, message}.
At least one elicitation is required, and every entry MUST have a non-empty elicitationId and a url that is a valid absolute URI (per the spec's format: uri / "MUST contain a valid URL"); otherwise this throws.