Created
June 3, 2026 16:48
-
-
Save igrigorik/73e3025bed3429df8ceb0261746f6f5a to your computer and use it in GitHub Desktop.
UCP no-endpoint test profile
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "ucp": { | |
| "version": "2026-04-08", | |
| "services": { | |
| "dev.ucp.shopping": [ | |
| { | |
| "version": "2026-01-23", | |
| "spec": "https://ucp.dev/2026-04-08/specification/overview", | |
| "transport": "mcp", | |
| "schema": "https://ucp.dev/2026-04-08/services/shopping/mcp.openrpc.json" | |
| } | |
| ] | |
| }, | |
| "capabilities": { | |
| "dev.ucp.shopping.checkout": [{"version": "2026-04-08", "spec": "https://ucp.dev/2026-04-08/specification/checkout", "schema": "https://ucp.dev/2026-04-08/schemas/shopping/checkout.json"}], | |
| "dev.ucp.shopping.cart": [{"version": "2026-04-08", "spec": "https://ucp.dev/2026-04-08/specification/cart", "schema": "https://ucp.dev/2026-04-08/schemas/shopping/cart.json"}], | |
| "dev.ucp.shopping.catalog.search": [{"version": "2026-04-08", "spec": "https://ucp.dev/2026-04-08/specification/catalog", "schema": "https://ucp.dev/2026-04-08/schemas/shopping/catalog_search.json"}], | |
| "dev.ucp.shopping.catalog.lookup": [{"version": "2026-04-08", "spec": "https://ucp.dev/2026-04-08/specification/catalog", "schema": "https://ucp.dev/2026-04-08/schemas/shopping/catalog_lookup.json"}] | |
| }, | |
| "payment_handlers": {} | |
| }, | |
| "signing_keys": [] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment