Skip to content

Latest commit

 

History

History
93 lines (55 loc) · 5.24 KB

File metadata and controls

93 lines (55 loc) · 5.24 KB
title Updates
description Updates and announcements about the Agent Client Protocol
rss true

<Update label="January 1, 2026" tags={["RFD"]}>

Agent Registry RFD moves to Draft stage

The RFD for creating an Agent Registry has been moved to Draft stage. Please review the RFD for more information on the current proposal and provide feedback as work on the implementation begins.

<Update label="January 1, 2026" tags={["RFD"]}>

Session Usage RFD moves to Draft stage

The RFD for adding a new usage_update variant on the session/update notification and usage field on prompt responses in the protocol has been moved to Draft stage. Please review the RFD for more information on the current proposal and provide feedback as work on the implementation begins.

<Update label="December 31, 2025" tags={["RFD"]}>

Proxy Chains RFD moves to Draft stage

The RFD for adding proxy chain functionality in the protocol has been moved to Draft stage. Please review the RFD for more information on the current proposal and provide feedback as work on the implementation begins.

<Update label="December 11, 2025" tags={["RFD"]}>

Agent Telemetry Export RFD moves to Draft stage

The RFD for providing more guidance on how agents should export telemetry has been moved to Draft stage. Please review the RFD for more information on the current proposal and provide feedback as work on the implementation begins.

<Update label="December 3, 2025" tags={["RFD"]}>

session_info_update notification RFD moves to Draft stage

The RFD for adding a new session_info_update variant on the session/update notification in the protocol has been moved to Draft stage. Please review the RFD for more information on the current proposal and provide feedback as work on the implementation begins.

<Update label="December 3, 2025" tags={["RFD"]}>

_meta Propagation RFD moves to Draft stage

The RFD for providing more guidance on how the _meta parameter should be used within the protocol has been moved to Draft stage. Please review the RFD for more information on the current proposal and provide feedback as work on the implementation begins.

<Update label="November 26, 2025" tags={["RFD"]}>

session/resume RFD moves to Draft stage

The RFD for adding a "session/resume" method to the protocol has been moved to Draft stage. Please review the RFD for more information on the current proposal and provide feedback as work on the implementation begins.

<Update label="November 20, 2025" tags={["RFD"]}>

$/cancelRequest RFD moves to Draft stage

The RFD for adding a "$/cancelRequest" method to the protocol has been moved to Draft stage. Please review the RFD for more information on the current proposal and provide feedback as work on the implementation begins.

<Update label="November 20, 2025" tags={["RFD"]}>

session/fork RFD moves to Draft stage

The RFD for adding a "session/fork" method to the protocol has been moved to Draft stage. Please review the RFD for more information on the current proposal and provide feedback as work on the implementation begins.

<Update label="November 3, 2025" tags={["RFD"]}>

Session Config Options RFD moves to Draft stage

The RFD for adding more generic Session Config Options to the protocol has been moved to Draft stage. Please review the RFD for more information on the current proposal and provide feedback as work on the implementation begins.

<Update label="October 31, 2025" tags={["RFD"]}>

session/list RFD moves to Draft stage

The RFD for adding a "session/list" method to the protocol has been moved to Draft stage. Please review the RFD for more information on the current proposal and provide feedback as work on the implementation begins.

<Update label="October 24, 2025" tags={["Protocol"]}>

Implementation Information for Agents and Clients

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.