FastestMCP.Client.URLElicitation (fastest_mcp v0.2.0)

Copy Markdown View Source

A server-initiated URL elicitation presented to a connected client.

FastestMCP never opens or fetches the URL. The application handler is responsible for clearly displaying the requesting server and target host and collecting user consent before returning :accept.

Summary

Types

t()

@type t() :: %FastestMCP.Client.URLElicitation{
  elicitation_id: String.t(),
  message: String.t(),
  meta: map() | nil,
  origin: String.t() | nil,
  url: String.t()
}