run402-mcp 2.39.2 → 2.39.4
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 +3 -3
- package/sdk/README.md +1 -1
package/README.md
CHANGED
|
@@ -306,7 +306,7 @@ The SDK is organised as 23 namespaces: `projects`, `assets`, `cache`, `ci`, `sit
|
|
|
306
306
|
npm install -g run402
|
|
307
307
|
```
|
|
308
308
|
|
|
309
|
-
Every subcommand prints JSON to stdout, JSON errors to stderr, exits 0 on success and 1 on failure — designed for an agent shell, not a human. Full reference: [`cli/llms-cli.txt`](./cli/llms-cli.txt) (also at <https://run402.com/llms-cli.txt>).
|
|
309
|
+
Every subcommand prints JSON to stdout, JSON errors to stderr, exits 0 on success and 1 on failure — designed for an agent shell, not a human. Full reference: [`cli/llms-cli.txt`](./cli/llms-cli.txt) (also at <https://docs.run402.com/llms-cli.txt>).
|
|
310
310
|
|
|
311
311
|
```bash
|
|
312
312
|
run402 init # one-shot allowance + faucet + tier check
|
|
@@ -572,7 +572,7 @@ Architecture: every tool / subcommand / skill script is a thin shim over an `@ru
|
|
|
572
572
|
|
|
573
573
|
- Web: <https://run402.com>
|
|
574
574
|
- API docs (HTTP): <https://run402.com/llms.txt> · <https://run402.com/openapi.json>
|
|
575
|
-
- CLI docs: <https://run402.com/llms-cli.txt>
|
|
575
|
+
- CLI docs: <https://docs.run402.com/llms-cli.txt>
|
|
576
576
|
- Status: <https://api.run402.com/status>
|
|
577
577
|
- Health: <https://api.run402.com/health>
|
|
578
578
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "run402-mcp",
|
|
3
|
-
"version": "2.39.
|
|
3
|
+
"version": "2.39.4",
|
|
4
4
|
"description": "MCP server for Run402 — AI-native Postgres databases with REST API, auth, storage, and row-level security. Pay with x402 USDC micropayments.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -29,8 +29,8 @@
|
|
|
29
29
|
"test:skill": "node --test --import tsx SKILL.test.ts",
|
|
30
30
|
"test:sync": "node --test --import tsx sync.test.ts",
|
|
31
31
|
"test:docs": "npm run check:docs --workspace=@run402/sdk -- --skip-build",
|
|
32
|
-
"test": "node --experimental-test-module-mocks --test --import tsx SKILL.test.ts sync.test.ts 'core/src/**/*.test.ts' 'sdk/src/**/*.test.ts' 'src/**/*.test.ts' && node --test cli-output-contract.test.mjs cli-e2e.test.mjs cli-help.test.mjs cli-provision-active.test.mjs cli-argv.test.mjs cli-env.test.mjs cli-wallets.test.mjs cli-org.test.mjs && npm run test:docs",
|
|
33
|
-
"test:e2e": "node --test cli-output-contract.test.mjs cli-e2e.test.mjs cli-help.test.mjs cli-provision-active.test.mjs cli-argv.test.mjs cli-env.test.mjs cli-wallets.test.mjs cli-org.test.mjs",
|
|
32
|
+
"test": "node --experimental-test-module-mocks --test --import tsx SKILL.test.ts sync.test.ts 'core/src/**/*.test.ts' 'sdk/src/**/*.test.ts' 'src/**/*.test.ts' && node --test cli-output-contract.test.mjs cli-e2e.test.mjs cli-help.test.mjs cli-provision-active.test.mjs cli-argv.test.mjs cli-env.test.mjs cli-wallets.test.mjs cli-org.test.mjs cli-ci.test.mjs cli-deploy-ci.test.mjs && npm run test:docs",
|
|
33
|
+
"test:e2e": "node --test cli-output-contract.test.mjs cli-e2e.test.mjs cli-help.test.mjs cli-provision-active.test.mjs cli-argv.test.mjs cli-env.test.mjs cli-wallets.test.mjs cli-org.test.mjs cli-ci.test.mjs cli-deploy-ci.test.mjs",
|
|
34
34
|
"test:help": "node --test cli-help.test.mjs",
|
|
35
35
|
"test:integration": "node --test --import tsx core/src/siwx-integration.integ.ts",
|
|
36
36
|
"test:integration:full": "node --test --import tsx cli-integration.test.ts",
|
package/sdk/README.md
CHANGED
|
@@ -581,7 +581,7 @@ All five release in lockstep.
|
|
|
581
581
|
## Links
|
|
582
582
|
|
|
583
583
|
- HTTP API reference: <https://run402.com/llms.txt>
|
|
584
|
-
- CLI reference: <https://run402.com/llms-cli.txt>
|
|
584
|
+
- CLI reference: <https://docs.run402.com/llms-cli.txt>
|
|
585
585
|
- Run402: <https://run402.com>
|
|
586
586
|
|
|
587
587
|
## License
|