Source code for ralph.mcp.upstream._agent_transport_probe_error

"""Probe error for agent transport configuration."""

from __future__ import annotations


[docs] class AgentTransportProbeError(RuntimeError): """Raised when the synthesized agent config payload is malformed."""