@path58/p58-n8n 0.2.11 → 0.2.12
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/CHANGELOG.md +1 -0
- package/README.md +35 -30
- package/dist/mcp/server.bundle.cjs +24129 -16132
- package/package.json +4 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@path58/p58-n8n",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.12",
|
|
4
4
|
"description": "The smartest and fastest n8n MCP server — validate, fix, and discover workflows inside your LLM",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"mcp",
|
|
@@ -210,6 +210,8 @@
|
|
|
210
210
|
"dev:api": "ts-node src/api/server.ts",
|
|
211
211
|
"start:api": "node dist/api/server.js",
|
|
212
212
|
"test:api": "bash scripts/core/utilities/test-api.sh",
|
|
213
|
+
"test:e2e:build": "tsx src/scripts/testing/e2e-build-smoke.ts",
|
|
214
|
+
"test:e2e:acid": "tsx src/scripts/testing/e2e-regression-acid-test.ts",
|
|
213
215
|
"dev:scrape-credential-docs": "ts-node src/scripts/production/catalog/scrapeAllCredentialDocs.ts",
|
|
214
216
|
"dev:agent-cards-v2": "SUPABASE_SCHEMA=bluelime tsx src/scripts/production/enrichment/rag-1-2-12-8-agent-cards-v2.ts",
|
|
215
217
|
"dev:agent-cards-v2-test": "SUPABASE_SCHEMA=bluelime tsx src/scripts/production/enrichment/rag-1-2-12-8-agent-cards-v2.ts --test 10",
|
|
@@ -218,7 +220,7 @@
|
|
|
218
220
|
"dev:k1-k2-gap": "SUPABASE_SCHEMA=factory tsx src/scripts/diagnostic/k1-k2-gap-reconciler.ts"
|
|
219
221
|
},
|
|
220
222
|
"dependencies": {
|
|
221
|
-
"@anthropic-ai/sdk": "^0.
|
|
223
|
+
"@anthropic-ai/sdk": "^0.79.0",
|
|
222
224
|
"@faker-js/faker": "^9.9.0",
|
|
223
225
|
"@modelcontextprotocol/sdk": "^1.25.3",
|
|
224
226
|
"@rollup/rollup-darwin-arm64": "^4.59.0",
|