Interface

Represents the connection details for an Agent or MCP Server.

JSON representation
{
  "url": string,
  "protocolBinding": enum (ProtocolBinding)
}
Fields
url

string

Required. The destination URL.

protocolBinding

enum (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.