Skip to content

Commit 8161ac8

Browse files
vvillait88claude
andcommitted
docs(readme): UCP example uses payment.mpp shape
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent efbb046 commit 8161ac8

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -232,13 +232,13 @@ profile = build_ucp_profile(
232232
],
233233
},
234234
payment_handlers={
235-
"sh.agentscore.payment.tempo": [
235+
"sh.agentscore.payment.mpp": [
236236
UCPPaymentHandlerBinding(
237-
id="tempo",
237+
id="mpp",
238238
version="2026-04-08",
239-
spec="https://agentscore.sh/specification/payment-handlers/tempo",
240-
schema="https://agentscore.sh/schemas/payment-handlers/tempo.json",
241-
config={"recipient": TEMPO_ADDR},
239+
spec="https://agentscore.sh/specification/payment-handlers/mpp",
240+
schema="https://agentscore.sh/schemas/payment-handlers/mpp.json",
241+
config={"chains": {"tempo": {"rail": "tempo-mainnet", "chain_id": 4217}}},
242242
),
243243
],
244244
},

0 commit comments

Comments
 (0)