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

Copy Markdown View Source

Parameters for notifications/resources/updated.

Summary

Types

t()

@type t() :: %MCP.Protocol.Messages.Notifications.ResourceUpdatedParams{
  meta: map() | nil,
  uri: String.t()
}

Functions

from_map(map)

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