ProtocolConfiguration interface
Per-protocol configuration for the agent endpoint.
Properties
| a2a | Configuration for the A2A protocol. |
| activity | Configuration for the activity protocol. |
| invocations | Configuration for the invocations protocol. |
| invocations_ws | Configuration for the WebSocket-based invocations protocol. |
| mcp | Configuration for the MCP protocol. |
| responses | Configuration for the responses protocol. |
Property Details
a2a
Configuration for the A2A protocol.
a2a?: A2AProtocolConfiguration
Property Value
activity
Configuration for the activity protocol.
activity?: ActivityProtocolConfiguration
Property Value
invocations
Configuration for the invocations protocol.
invocations?: InvocationsProtocolConfiguration
Property Value
invocations_ws
Configuration for the WebSocket-based invocations protocol.
invocations_ws?: InvocationsWsProtocolConfiguration
Property Value
mcp
Configuration for the MCP protocol.
mcp?: McpProtocolConfiguration
Property Value
responses
Configuration for the responses protocol.
responses?: ResponsesProtocolConfiguration