MCP.Protocol.Messages.Notifications.CancelledParams (MCP Elixir SDK v1.1.0)

Copy Markdown View Source

Parameters for notifications/cancelled.

Summary

Types

t()

@type t() :: %MCP.Protocol.Messages.Notifications.CancelledParams{
  meta: map() | nil,
  reason: String.t() | nil,
  request_id: integer() | String.t() | nil
}

Functions

from_map(map)

@spec from_map(map()) :: t()