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

Copy Markdown View Source

Parameters for notifications/progress.

Summary

Types

t()

@type t() :: %MCP.Protocol.Messages.Notifications.ProgressParams{
  message: String.t() | nil,
  meta: map() | nil,
  progress: number(),
  progress_token: integer() | String.t(),
  total: number() | nil
}

Functions

from_map(map)

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