Module: Mistri::MCP::Wires

Defined in:
lib/mistri/mcp/wires.rb

Overview

The two ways an MCP conversation travels. A wire takes one JSON-RPC payload, yields every decoded message the server sends back until the payload's own response arrives, and knows nothing about MCP semantics; the Client owns those.

Defined Under Namespace

Classes: Http, Stdio