McpServer.JsonRpc.Request (MCP SSE v0.1.0)

View Source

Represents a JSON-RPC 2.0 request object.

Summary

Types

t()

@type t() :: %McpServer.JsonRpc.Request{
  id: String.t() | integer() | nil,
  jsonrpc: String.t(),
  method: String.t(),
  params: map() | list() | nil
}