run402-mcp 1.36.0 → 1.36.1
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/package.json +4 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "run402-mcp",
|
|
3
|
-
"version": "1.36.
|
|
3
|
+
"version": "1.36.1",
|
|
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",
|
|
@@ -19,8 +19,9 @@
|
|
|
19
19
|
"start": "node dist/index.js",
|
|
20
20
|
"test:skill": "node --test --import tsx SKILL.test.ts",
|
|
21
21
|
"test:sync": "node --test --import tsx sync.test.ts",
|
|
22
|
-
"test": "node --experimental-test-module-mocks --test --import tsx SKILL.test.ts sync.test.ts core/src/**/*.test.ts src/**/*.test.ts && node --test cli-e2e.test.mjs cli-deploy-dispatcher.test.mjs",
|
|
23
|
-
"test:e2e": "node --test cli-e2e.test.mjs cli-deploy-dispatcher.test.mjs",
|
|
22
|
+
"test": "node --experimental-test-module-mocks --test --import tsx SKILL.test.ts sync.test.ts core/src/**/*.test.ts src/**/*.test.ts && node --test cli-e2e.test.mjs cli-deploy-dispatcher.test.mjs cli-help.test.mjs",
|
|
23
|
+
"test:e2e": "node --test cli-e2e.test.mjs cli-deploy-dispatcher.test.mjs cli-help.test.mjs",
|
|
24
|
+
"test:help": "node --test cli-help.test.mjs",
|
|
24
25
|
"test:integration": "node --test --import tsx core/src/siwx-integration.integ.ts",
|
|
25
26
|
"test:integration:full": "node --test --import tsx cli-integration.test.ts",
|
|
26
27
|
"test:integration:mcp": "node --test --import tsx mcp-integration.test.ts"
|