pub const BINDING_JSONRPC: &'static str;Expand description
Protocol binding identifier.
In v1.0, protocol bindings are free-form strings rather than a fixed
enum; the spec’s canonical values are "JSONRPC", "GRPC", and
"HTTP+JSON". The legacy "REST" spelling is still accepted when
matching agent-card interfaces, but cards should advertise the
canonical name.