An inbound or outbound JSON-RPC request (expects a response).
@type t() :: %Noizu.MCP.JsonRpc.Request{ id: integer() | String.t(), method: String.t(), params: map() | nil }