Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/specification/glossary.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ acronym in each specification Markdown file spells out the full term (e.g.,
| **Capability** | - | A standalone core feature that a business supports (e.g., Checkout, Identity Linking). Capabilities are the fundamental "verbs" of UCP. |
| **Credential Provider** | CP | A trusted entity (like a digital wallet) responsible for securely managing and executing the user's payment and identity credentials. |
| **Extension** | - | An optional capability that augments another capability via the `extends` field. Extensions appear in `ucp.capabilities[]` alongside core capabilities. |
| **Model Context Protocol** | MCP | A protocol standardizing how AI models connect to external data and tools. UCP capabilities map 1:1 to MCP tools. |
| **Model Context Protocol** | MCP | A protocol standardizing how AI models connect to external data and tools. In an MCP binding, each exposed UCP operation maps to one MCP tool. |
| **Profile** | - | A JSON document hosted by businesses and platforms at a well-known URI, declaring their identity, supported capabilities, and endpoints. |
| **Protocol Namespace** | - | Reserved `ucp` member for protocol metadata and annotations in structured UCP objects with schema-defined fields. Dictionaries are excluded: `ucp` is key data there; structured object values remain eligible. Top-level envelope is its root. |
| **Universal Commerce Protocol** | UCP | The standard defined in this document, enabling interoperability between commerce entities via standardized capabilities and discovery. |
Expand Down
2 changes: 1 addition & 1 deletion docs/specification/shopping/cart/mcp.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ include additional metadata fields.

## Tools

UCP Capabilities map 1:1 to MCP Tools.
In an MCP binding, each exposed UCP operation maps to one MCP tool.

### Identifier Pattern

Expand Down
2 changes: 1 addition & 1 deletion docs/specification/shopping/checkout/mcp.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ additional metadata fields.

## Tools

UCP Capabilities map 1:1 to MCP Tools.
In an MCP binding, each exposed UCP operation maps to one MCP tool.

### Identifier Pattern

Expand Down
2 changes: 1 addition & 1 deletion docs/specification/shopping/order/mcp.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ include additional metadata fields.

## Tools

UCP Capabilities map 1:1 to MCP Tools.
In an MCP binding, each exposed UCP operation maps to one MCP tool.

| Tool | Operation | Description |
| :---- | :---- | :---- |
Expand Down
Loading