docs(catalog): Commerce MCP — sandbox test merchants, get_service requestShape, pay_service method - #411
Draft
r-marques wants to merge 1 commit into
Draft
docs(catalog): Commerce MCP — sandbox test merchants, get_service requestShape, pay_service method#411r-marques wants to merge 1 commit into
r-marques wants to merge 1 commit into
Conversation
…uestShape, pay_service method resolution The sandbox Catalog now carries two free testnet test merchants (`mpp-dev-paid-ping`, `x402-org-protected`), so the "Live-only for payment, nothing payable on sandbox" statements are qualified on every page that made them (MCP, discover, Router quickstart, from-a-harness) and the MCP quickstart gets a Sandbox row + a tip on how to rehearse the whole loop for free. `get_service` now returns a `requestShape` (per-endpoint path/method/price with exact `payServiceArgs`, and an honest `bodySchema: null`); `pay_service` takes its `method` from the catalog endpoint matching `path` (POST only when the catalog records none) and echoes a `request` block. The stale `nativeEndpoint` signpost example is corrected — no upstream URL is returned. Companion to nevermined-io/nvm-monorepo#3547 (nevermined-io/nvm-monorepo#3528). Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Companion to nevermined-io/nvm-monorepo#3547 (issue nevermined-io/nvm-monorepo#3528).
products/catalog/mcp.mdx— a Sandbox row in the environments table, a tip on the two free testnet test merchants the sandbox Catalog carries (mpp-dev-paid-ping— MPP, Tempo Moderato,GET, $0.10 testnet pathUSD;x402-org-protected— x402, Base Sepolia,GET, $0.01 testnet USDC), theget_servicerequestShapeblock (per-endpoint path / method / price with exactpayServiceArgs;bodySchema: nullbecause the Catalog holds no request-body schema),pay_servicemethod resolution (caller → catalog endpoint matchingpath→ POST) and its echoedrequestblock. The stalenativeEndpointsignpost example is corrected: no upstream URL is returned since the opaque broker.discover.mdx,router/quickstart.mdx,from-a-harness.mdx— the "Live-only for payment / nothing payable on sandbox" statements are qualified with the test-merchant exception and a link to the MCP page, so they stop being false the day the seed lands.SeedSandboxTestnetMerchantsmigration. Until that release is deployed toapi.sandbox.nevermined.app, the tip describes rows that are not there yet — hold this PR until then (or merge #3547 first and wait for the release).mintlify broken-links: no broken links found.🤖 Generated with Claude Code