class

Smith::MCP::Transport

Inherits Reference < Object

Instance methods

close
Source
receive

nil at end of stream. Blocking; called only from the reader fiber.

Source
send(line : String) : Nil

One complete message. Framing is line-based, so neither side may embed a raw newline — JSON escapes them, which is why this works at all.

Source