Source code for ralph.mcp.protocol._transport_error

"""Transport error for MCP stdio transport."""

from __future__ import annotations


[docs] class TransportError(Exception): """Raised when transport operations fail."""