Agents and Clients are now able to provide information about themselves to the other party. The InitializeRequest message now includes an optional clientInfo field and the InitializeResponse message includes an optional agentInfo field.This information can be used by Clients to show users which Agent is running and what version, by both sides to track usage metrics of which agents and clients are most popular among their users, and also to help track down if any issues are encountered with particular implementation version. This follows the existing pattern laid out in the Model Context Protocol.This is being introduced as an optional field for now for backwards compatibility. It is possible it will be made into a required field in a future version of the protocol, like MCP, so that both sides can count on this information being available.