- Deprecate Storefront MCP cart tools (get_cart, update_cart) and replace them with UCP Cart MCP tools (create_cart, get_cart, update_cart, cancel_cart) at the /api/ucp/mcp endpoint.
- Require a meta object with ucp-agent.profile on every request and an idempotency-key for cancel_cart; update_cart now uses full PUT semantics.
- Migrate before August 31 2026, updating endpoints and request schemas per the new Cart MCP documentation.