Skip to content

agent-client-protocol-v0.12.0

Choose a tag to compare

@acp-release-bot acp-release-bot released this 16 May 21:18
· 158 commits to main since this release
9fdbddb

Added

  • (acp) add unstable session delete support (#165)
  • extract mcp-over-acp proxy (#146)
  • Stabilize session/close and session/resume (#147)
  • remove direct dependency on tokio (#145)

Fixed

  • propagate client connection errors and check capability value truthiness (#108)

Other

  • Trim dependencies (#149)
  • remove unreachable!() and improve error messages (#139)

Breaking Changes

  • Removed McpAcpTransport struct and its MetaCapability impl. MCP-over-ACP support is now advertised via mcpCapabilities.acp in InitializeResponse, not _meta.symposium.mcp_acp_transport.
  • Renamed McpConnectRequest.acp_url to acp_id to match McpServerAcp.id and the MCP-over-ACP RFD.

Added

  • (unstable) Add support for session/delete method.
  • McpConnectionTo::acp_id() method.

Deprecated

  • McpConnectionTo::acp_url() — use acp_id() instead.