run402-mcp 4.17.2 → 4.17.3
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.
- package/README.md +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -379,10 +379,10 @@ An agent can publicly prove that its separately-held Buzz/Nostr key and Run402 E
|
|
|
379
379
|
The human-facing install is a Buzz message—no terminal required:
|
|
380
380
|
|
|
381
381
|
```text
|
|
382
|
-
|
|
382
|
+
Please install the run402.com skill.
|
|
383
383
|
```
|
|
384
384
|
|
|
385
|
-
|
|
385
|
+
That is the entire human instruction. In a managed Buzz context, first-party discovery routes it to `run402-buzz`; the agent reads the apex install router and installs the self-contained skill into its workspace (normally `~/.buzz`). For a Codex runtime, the exact agent-executed command is:
|
|
386
386
|
|
|
387
387
|
```sh
|
|
388
388
|
cd ~/.buzz
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "run402-mcp",
|
|
3
|
-
"version": "4.17.
|
|
3
|
+
"version": "4.17.3",
|
|
4
4
|
"mcpName": "com.run402/mcp",
|
|
5
5
|
"description": "MCP server for Run402 — pay-per-call infrastructure for AI agents over x402 USDC micropayments. Generate an image for $0.03 with no signup, or provision Postgres databases with REST API, auth, storage and row-level security.",
|
|
6
6
|
"type": "module",
|