run402-mcp 3.5.1 → 3.5.2

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -561,7 +561,7 @@ Local state lives at:
561
561
  ```bash
562
562
  npm run build # builds core/, sdk/, then the MCP server
563
563
  npm test # SKILL + sync + unit tests
564
- npm run test:e2e # 47 CLI end-to-end tests
564
+ npm run test:e2e # builds generated CLI SDK mirrors, then runs CLI end-to-end tests
565
565
  npm run test:sync # checks MCP/CLI/OpenClaw/SDK stay in sync
566
566
  npm run test:skill # validates SKILL.md frontmatter + body
567
567
  ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "run402-mcp",
3
- "version": "3.5.1",
3
+ "version": "3.5.2",
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,9 +29,9 @@
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": "npm run build && 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 cli-operator-loopback.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 cli-operator-loopback.test.mjs",
34
- "test:help": "node --test cli-help.test.mjs",
32
+ "test": "npm run build && 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 cli-operator-loopback.test.mjs cli/lib/doctor-source-scan.test.mjs && npm run test:docs",
33
+ "test:e2e": "npm run build && 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 cli-operator-loopback.test.mjs cli/lib/doctor-source-scan.test.mjs",
34
+ "test:help": "npm run build && 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",
37
37
  "test:integration:mcp": "node --test --import tsx mcp-integration.test.ts",