@curless/clubmed-demo 0.16.0 → 0.16.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +9 -0
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -41,6 +41,15 @@ The server talks to `https://mcp.curless.ai` by default — no need to configure
41
41
  handoff).
42
42
  - `book_clubmed_resort_x402` — book over **x402**: the merchant prices it in
43
43
  USDC; the buyer signs an EIP-3009 authorization and pays on-chain.
44
+ - `list_my_orders` — your bookings + their status.
45
+ - `request_refund` — open a refund request on one of your orders (Club Med then
46
+ approves/rejects).
47
+ - `authorize_agent_budget` / `agent_budget_status` / `revoke_agent_budget` —
48
+ AP2 delegated buying: sign a standing IntentMandate (a per-booking spend cap +
49
+ time window) once, and `book_clubmed_resort_ucp` completes within it without a
50
+ per-booking confirm; over-cap is rejected by the gateway. (UCP path only.)
51
+ - `x402_buyer_wallet` — show the wallet that pays x402 (USDC) bookings + its
52
+ balance, and where to top it up.
44
53
 
45
54
  Optional env:
46
55
  - `AGENTBANK_API_URL` — override the gateway base URL (default
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@curless/clubmed-demo",
3
- "version": "0.16.0",
3
+ "version": "0.16.1",
4
4
  "description": "Demo Club Med storefront MCP — browse resorts worldwide and book them end-to-end: Club Med's merchant backend (mcp.curless.ai/clubmed) prices the resort and opens a merchant-quoted session; the buyer agent completes the payment with a card (ACP), a card over UCP with an AP2 PaymentMandate, or in USDC over x402.",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -17,7 +17,7 @@
17
17
  "@coinbase/cdp-sdk": "^1.51.2",
18
18
  "@modelcontextprotocol/sdk": "^1.0.4",
19
19
  "viem": "^2.50.4",
20
- "@curless/agentbank-protocols": "^0.5.0"
20
+ "@curless/agentbank-protocols": "^0.5.1"
21
21
  },
22
22
  "devDependencies": {
23
23
  "@types/node": "^22.10.1",