From 30cecbbf900ffbaf06b4526ce3cfec401741be8d Mon Sep 17 00:00:00 2001 From: FanouZeng-TT <18280587072@163.com> Date: Fri, 11 Sep 2026 10:17:28 +0800 Subject: [PATCH] docs: correct the transports package description --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5fe059d..cd8db4c 100644 --- a/README.md +++ b/README.md @@ -86,7 +86,7 @@ for item in checkout.line_items: | `ucp_sdk.models.schemas.common.types` | Shared primitives (amounts, prices, totals, postal address, etc.) | | `ucp_sdk.models.schemas.shopping` | Checkout, cart, catalog, order, buyer consent, permalink models | | `ucp_sdk.models.schemas.shopping.types` | Line items, adjustments, fulfillments, destinations, attribution | -| `ucp_sdk.models.schemas.transports` | REST, MCP, and embedded protocol bindings | +| `ucp_sdk.models.schemas.transports` | A2A, JSON-RPC, MCP, and embedded protocol bindings | | `ucp_sdk.models.schemas` | Service definitions, capabilities, profile, payment handlers | ### Validation