@path58/p58-n8n 0.2.14 → 0.2.16

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@path58/p58-n8n",
3
- "version": "0.2.14",
3
+ "version": "0.2.16",
4
4
  "description": "The smartest and fastest n8n MCP server — validate, fix, and discover workflows inside your LLM",
5
5
  "keywords": [
6
6
  "mcp",
@@ -36,6 +36,7 @@
36
36
  "main": "dist/index.js",
37
37
  "scripts": {
38
38
  "build": "tsc -p tsconfig.build.json",
39
+ "deploy:vps": "bash scripts/deploy-vps.sh",
39
40
  "postbuild": "node scripts/fix-esm-imports.mjs dist && (head -1 dist/mcp/server.js | grep -q '^#!/usr/bin/env node' || (printf '#!/usr/bin/env node\\n' | cat - dist/mcp/server.js > dist/mcp/server.tmp && mv dist/mcp/server.tmp dist/mcp/server.js)) && chmod +x dist/mcp/server.js && node scripts/bundle-mcp.mjs",
40
41
  "lint": "eslint \"src/**/*.ts\" --ignore-pattern \"**/archive/**\" --ignore-pattern \"**/*archive*/**\"",
41
42
  "typecheck": "tsc --project tsconfig.ci.json --noEmit",
@@ -225,7 +226,7 @@
225
226
  "@anthropic-ai/sdk": "^0.79.0",
226
227
  "@faker-js/faker": "^9.9.0",
227
228
  "@modelcontextprotocol/sdk": "^1.25.3",
228
- "@rollup/rollup-darwin-arm64": "^4.59.0",
229
+ "@tsvika58/shared-utilities": "^1.10.0",
229
230
  "@types/cheerio": "^0.22.35",
230
231
  "@types/node-cache": "^4.1.3",
231
232
  "@types/swagger-jsdoc": "^6.0.4",
@@ -234,6 +235,7 @@
234
235
  "axios": "^1.13.2",
235
236
  "bcryptjs": "^2.4.3",
236
237
  "cheerio": "^1.1.2",
238
+ "compression": "^1.8.1",
237
239
  "cors": "^2.8.5",
238
240
  "csv-parse": "^5.6.0",
239
241
  "dotenv": "^16.4.5",
@@ -261,9 +263,9 @@
261
263
  "devDependencies": {
262
264
  "@mermaid-js/mermaid-cli": "^11.12.0",
263
265
  "@n8n/n8n-nodes-langchain": "^1.122.5",
264
- "@tsvika58/shared-utilities": "^1.10.0",
265
266
  "@types/bcrypt": "^6.0.0",
266
267
  "@types/bcryptjs": "^2.4.6",
268
+ "@types/compression": "^1.8.1",
267
269
  "@types/cors": "^2.8.19",
268
270
  "@types/express": "^5.0.5",
269
271
  "@types/ioredis": "^4.28.10",
@@ -0,0 +1,185 @@
1
+ [
2
+ {
3
+ "credential_type": "postgresApi",
4
+ "credential_name": "PostgreSQL (Benchmark)",
5
+ "connection_config": {
6
+ "host": "aws-1-eu-north-1.pooler.supabase.com",
7
+ "port": 5432,
8
+ "database": "postgres",
9
+ "ssl": true,
10
+ "allowUnauthorizedCerts": true
11
+ },
12
+ "operational_notes": "Supabase eu-north-1 session-mode pooler. REQUIRES allowUnauthorizedCerts: true — connections fail with SSL error otherwise (S008 root cause). Uses session-mode (port 5432), NOT transaction-mode (6543).",
13
+ "verification_status": "verified"
14
+ },
15
+ {
16
+ "credential_type": "postgresApi",
17
+ "credential_name": "PostgreSQL (Supabase)",
18
+ "connection_config": {
19
+ "host": "aws-1-eu-north-1.pooler.supabase.com",
20
+ "port": 5432,
21
+ "database": "postgres",
22
+ "ssl": true,
23
+ "allowUnauthorizedCerts": true
24
+ },
25
+ "operational_notes": "Supabase eu-north-1 pooler for platform DB. Set allowUnauthorizedCerts: true. Connection timeout: 10s.",
26
+ "verification_status": "verified"
27
+ },
28
+ {
29
+ "credential_type": "notionApi",
30
+ "credential_name": "Notion",
31
+ "connection_config": {
32
+ "api_version": "2022-06-28",
33
+ "note": "Use database_id from the Notion page URL — the 32-char hex after the last slash."
34
+ },
35
+ "operational_notes": "Notion API v2022-06-28. For database operations, extract database_id from the Notion page URL (last segment). Property types: title, rich_text, number, select, multi_select, date, people, checkbox, url, email, phone_number.",
36
+ "verification_status": "verified"
37
+ },
38
+ {
39
+ "credential_type": "slackApi",
40
+ "credential_name": "Slack",
41
+ "connection_config": {
42
+ "workspace": "path58",
43
+ "default_channel": "#general"
44
+ },
45
+ "operational_notes": "Slack Bot token. Default workspace: path58. Use channel name with # prefix (e.g., #general). Bot must be invited to private channels before posting.",
46
+ "verification_status": "verified"
47
+ },
48
+ {
49
+ "credential_type": "telegramApi",
50
+ "credential_name": "Telegram",
51
+ "connection_config": {
52
+ "note": "Bot token. Use chatId for DMs or channel username (@channel) for channels."
53
+ },
54
+ "operational_notes": "Telegram bot token. For group messages, bot must be an admin. chatId for private chats; @channelUsername for channels.",
55
+ "verification_status": "verified"
56
+ },
57
+ {
58
+ "credential_type": "openAiApi",
59
+ "credential_name": "OpenAI",
60
+ "connection_config": {
61
+ "models_available": ["gpt-4o", "gpt-4o-mini", "gpt-4-turbo", "gpt-3.5-turbo"],
62
+ "vision_models": ["gpt-4o", "gpt-4-turbo"],
63
+ "note": "Use gpt-4o for vision tasks. gpt-4o-mini for cost-sensitive text tasks."
64
+ },
65
+ "operational_notes": "OpenAI API key. Models: gpt-4o (vision-capable), gpt-4o-mini (fast/cheap), gpt-4-turbo. For Vision: use gpt-4o and include image_url in the message. Rate limits: tier-based, check usage dashboard if 429 errors occur.",
66
+ "verification_status": "verified"
67
+ },
68
+ {
69
+ "credential_type": "anthropicApi",
70
+ "credential_name": "Anthropic",
71
+ "connection_config": {
72
+ "models_available": ["claude-opus-4-6", "claude-sonnet-4-6", "claude-haiku-4-5"],
73
+ "note": "Use claude-sonnet-4-6 as default. claude-haiku-4-5 for fast/cheap tasks."
74
+ },
75
+ "operational_notes": "Anthropic API key. Models: claude-opus-4-6 (most capable), claude-sonnet-4-6 (recommended default), claude-haiku-4-5 (fastest/cheapest). Input context: 200K tokens.",
76
+ "verification_status": "verified"
77
+ },
78
+ {
79
+ "credential_type": "googleSheetsOAuth2Api",
80
+ "credential_name": "Google Sheets SA",
81
+ "connection_config": {
82
+ "auth_type": "serviceAccount",
83
+ "note": "Service Account. Share sheet with SA email before use."
84
+ },
85
+ "operational_notes": "Google Sheets Service Account. Share the target spreadsheet with the SA email address. Use spreadsheetId from the URL: docs.google.com/spreadsheets/d/{spreadsheetId}/.",
86
+ "verification_status": "verified"
87
+ },
88
+ {
89
+ "credential_type": "googleCalendarOAuth2Api",
90
+ "credential_name": "Google SA - Calendar",
91
+ "connection_config": {
92
+ "auth_type": "serviceAccount",
93
+ "compatible_nodes": ["googleCalendar", "googleCalendarTrigger"],
94
+ "note": "Set authentication to \"Service Account\" in the googleCalendar node. Share the calendar with the SA email."
95
+ },
96
+ "operational_notes": "Google Calendar Service Account. In the googleCalendar node, set authentication to \"Service Account\". Share the calendar with the SA email (with \"Make changes to events\" permission). Credential type is googleCalendarOAuth2Api even for SA auth.",
97
+ "verification_status": "verified"
98
+ },
99
+ {
100
+ "credential_type": "gmailOAuth2",
101
+ "credential_name": "Gmail SA",
102
+ "connection_config": {
103
+ "auth_type": "oauth2",
104
+ "scopes": ["gmail.send", "gmail.readonly"],
105
+ "note": "OAuth2. Verify from_address is the authenticated Gmail account."
106
+ },
107
+ "operational_notes": "Gmail OAuth2. from_address must match the authenticated account. For send operations: set \"To\", \"Subject\", and \"Message\" parameters. BCC/CC are optional.",
108
+ "verification_status": "verified"
109
+ },
110
+ {
111
+ "credential_type": "smtp",
112
+ "credential_name": "SMTP",
113
+ "connection_config": {
114
+ "host": "smtp.gmail.com",
115
+ "port": 587,
116
+ "encryption": "STARTTLS"
117
+ },
118
+ "operational_notes": "SMTP via Gmail. Host: smtp.gmail.com, Port: 587, Encryption: STARTTLS. Requires App Password if 2FA is enabled on the Google account.",
119
+ "verification_status": "verified"
120
+ },
121
+ {
122
+ "credential_type": "googleApi",
123
+ "credential_name": "Google SA - Drive",
124
+ "connection_config": {
125
+ "auth_type": "serviceAccount",
126
+ "compatible_nodes": ["googleDrive", "googleDriveTrigger"],
127
+ "note": "Service Account. Share folder/file with SA email for access."
128
+ },
129
+ "operational_notes": "Google Service Account for Drive. Share target Drive folder with the SA email address. In the googleDrive node, set authentication to \"Service Account\".",
130
+ "verification_status": "verified"
131
+ },
132
+ {
133
+ "credential_type": "googleAnalyticsOAuth2Api",
134
+ "credential_name": "Google Analytics",
135
+ "connection_config": {
136
+ "auth_type": "oauth2",
137
+ "note": "OAuth2. Property ID is the GA4 numeric ID (e.g., 123456789)."
138
+ },
139
+ "operational_notes": "Google Analytics 4 (GA4) via OAuth2. Property ID is the numeric GA4 property ID from the Analytics UI.",
140
+ "verification_status": "unknown"
141
+ },
142
+ {
143
+ "credential_type": "githubApi",
144
+ "credential_name": "GitHub",
145
+ "connection_config": {
146
+ "auth_type": "apiKey",
147
+ "note": "Personal Access Token. Scopes: repo, issues, pull_requests depending on operations."
148
+ },
149
+ "operational_notes": "GitHub Personal Access Token. Required scopes vary by operation: repo (full control), issues (issue management), pull_requests. Use Fine-grained PAT for least-privilege access.",
150
+ "verification_status": "unknown"
151
+ },
152
+ {
153
+ "credential_type": "redis",
154
+ "credential_name": "Redis",
155
+ "connection_config": {
156
+ "host": "localhost",
157
+ "port": 6379,
158
+ "note": "Local Redis instance. No TLS by default."
159
+ },
160
+ "operational_notes": "Local Redis instance on port 6379. No auth/TLS in development. For production, set password and TLS.",
161
+ "verification_status": "unknown"
162
+ },
163
+ {
164
+ "credential_type": "httpHeaderAuth",
165
+ "credential_name": "HTTP Header Auth",
166
+ "connection_config": {
167
+ "header_name": "Authorization",
168
+ "note": "Generic Bearer token auth for HTTP Request node."
169
+ },
170
+ "operational_notes": "Generic HTTP Authorization header. Used with n8n-nodes-base.httpRequest. Header name: Authorization. Value format: Bearer <token>.",
171
+ "verification_status": "unknown"
172
+ },
173
+ {
174
+ "credential_type": "mySql",
175
+ "credential_name": "MySQL",
176
+ "connection_config": {
177
+ "host": "localhost",
178
+ "port": 3306,
179
+ "database": "main",
180
+ "ssl": false
181
+ },
182
+ "operational_notes": "MySQL connection. Default port 3306. Enable SSL for remote connections.",
183
+ "verification_status": "unknown"
184
+ }
185
+ ]
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "generated_at": "2026-03-28T22:17:01.404Z",
3
- "version": "0.2.13",
3
+ "version": "0.2.15",
4
4
  "bundle_type": "public-basic",
5
5
  "record_counts": {
6
6
  "nodes": 1545,