ExMCP.ACP.Envelope (ex_mcp v0.12.0)
View SourcePure JSON-RPC 2.0 envelope builders for ACP messages.
Method-specific modules should own their payload shapes. This module owns only the repeated JSON-RPC frame so request builders can stay pipe-friendly:
Envelope.request("session/new")
|> Envelope.with_params(params)
|> Envelope.with_id(id)