You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.