Represents the connection details for an Agent or MCP Server.
| JSON representation |
|---|
{
"url": string,
"protocolBinding": enum ( |
| Fields | |
|---|---|
url |
Required. The destination URL. |
protocolBinding |
Required. The protocol binding of the interface. |
ProtocolBinding
The protocol binding of the interface.
| Enums | |
|---|---|
PROTOCOL_BINDING_UNSPECIFIED |
Unspecified transport protocol. |
JSONRPC |
JSON-RPC specification. |
GRPC |
gRPC specification. |
HTTP_JSON |
HTTP+JSON specification. |