JSON-RPC 2.0 request
Summary
Types
@type t() :: %ExBifrost.Model.McpServerMessageRequest{ id: ExBifrost.Model.McpServerMessageRequestId.t() | nil, jsonrpc: String.t() | nil, method: String.t() | nil, params: map() | nil }
JSON-RPC 2.0 request
@type t() :: %ExBifrost.Model.McpServerMessageRequest{ id: ExBifrost.Model.McpServerMessageRequestId.t() | nil, jsonrpc: String.t() | nil, method: String.t() | nil, params: map() | nil }