Skip to content

Documentation / @agentick/mcp / UrlElicitationResponse

Type Alias: UrlElicitationResponse

UrlElicitationResponse = { action: "accept"; } | { action: "decline"; } | { action: "cancel"; }

Defined in: protocol/types.ts:849

URL-mode response (no content even on accept per spec).

Released under the ISC License.