ExBifrost.Model.McpServerMessageRequest (ex_bifrost v0.1.0)

Copy Markdown View Source

JSON-RPC 2.0 request

Summary

Types

t()

@type t() :: %ExBifrost.Model.McpServerMessageRequest{
  id: ExBifrost.Model.McpServerMessageRequestId.t() | nil,
  jsonrpc: String.t() | nil,
  method: String.t() | nil,
  params: map() | nil
}

Functions

decode(value)