Skip to content
Merged
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
10 changes: 7 additions & 3 deletions agentscore_commerce/discovery/skill_md.py
Original file line number Diff line number Diff line change
Expand Up @@ -164,11 +164,15 @@ class BuildSkillMdInput:

_RAIL_NOTES: dict[str, str] = {
"tempo_mpp": (
"USDC. Use `agentscore-pay --chain tempo` (or `tempo request`); "
"USDC. Use `agentscore-pay pay --chain tempo` (or `tempo request`); "
"MPP credential goes in `Authorization: Payment`."
),
"x402_base": "USDC (EIP-3009). Use `agentscore-pay`; X-Payment header carries the signed credential.",
"solana_mpp": "USDC (SPL). Use `agentscore-pay`; X-Payment header carries the signed credential.",
"x402_base": (
"USDC (EIP-3009). Use `agentscore-pay pay --chain base`; X-Payment header carries the signed credential."
),
"solana_mpp": (
"USDC (SPL). Use `agentscore-pay pay --chain solana`; MPP credential goes in `Authorization: Payment`."
),
"stripe": (
"Card via Link wallet. Use `@stripe/link-cli` — `agentscore-pay` emits the "
"handoff hint when this rail is picked."
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "agentscore-commerce"
version = "1.3.5"
version = "1.3.6"
description = "Agent commerce SDK for Python — identity middleware (FastAPI, Flask, Django, AIOHTTP, Sanic, ASGI) + payment helpers + 402 builders + discovery + Stripe multichain. The full merchant-side toolkit for AgentScore-powered agent commerce."
readme = "README.md"
license = "MIT"
Expand Down
Loading
Loading