Skip to content

Documentation / @agentick/mcp / ElicitationUrlRequest

Interface: ElicitationUrlRequest

Defined in: client/types.ts:181

URL-mode elicitation request received from the server. The handler navigates the user to url and resolves with the action when the flow completes (or is dismissed).

Properties

elicitationId

elicitationId: string

Defined in: client/types.ts:185


message

message: string

Defined in: client/types.ts:183


mode

mode: "url"

Defined in: client/types.ts:182


url

url: string

Defined in: client/types.ts:184

Released under the ISC License.