@path58/p58-n8n 0.2.16 → 0.2.20-demo.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/AGENT_INSTALL.md CHANGED
@@ -54,9 +54,12 @@ Determine which AI client the user is using. Check for config files in this orde
54
54
  | **Claude Desktop** | `%APPDATA%\Claude\claude_desktop_config.json` | Windows |
55
55
  | **Claude Desktop** | `~/.config/Claude/claude_desktop_config.json` | Linux |
56
56
  | **Claude Code** | Use `claude mcp add` CLI command | All |
57
+ | **VS Code (Copilot)** | `.vscode/mcp.json` in workspace (uses `"servers"` key, not `"mcpServers"`) | All |
57
58
  | **Cursor** | `~/.cursor/mcp.json` | All |
58
- | **Gemini CLI** | `~/.gemini/settings.json` or `~/.gemini/antigravity/mcp_config.json` | All |
59
- | **VS Code (Copilot)** | `.vscode/mcp.json` in workspace | All |
59
+ | **Windsurf** | `~/.codeium/windsurf/mcp_config.json` | All |
60
+ | **Codex (OpenAI)** | `~/.codex/config.toml` (**TOML format**, not JSON) | All |
61
+ | **Antigravity (Google)** | `~/.gemini/antigravity/mcp_config.json` (requires global install + full paths) | All |
62
+ | **Gemini CLI** | `~/.gemini/settings.json` (legacy path; Antigravity is the current Google surface) | All |
60
63
 
61
64
  **Detection method:** Check if these files exist. If multiple exist, ask the user which client they want to configure.
62
65
 
package/CHANGELOG.md CHANGED
@@ -5,6 +5,16 @@ All notable changes to this project will be documented in this file.
5
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
6
6
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
 
8
+ ## [0.2.18] - 2026-05-12
9
+
10
+ ### Added
11
+
12
+ - **node-fixer-registry** (RAG-4.84.8e) — `NodeFixer` interface + `applyAllNodeFixers` dispatch in `src/autofix/suggestion-fixers/node-fixer-registry.ts`. Single-call replaces all per-node inlined calls in `build-workflow.ts`. Duplicate-registration guard enforced at startup.
13
+ - **emailSend.fromEmail BuildGap** (RAG-4.84.8e / S001) — `email-from-credential-fixer.ts`: detects emailSend nodes with `toEmail` set but `fromEmail` absent; emits `missing_email_from_address` build gap with SMTP credential guidance.
14
+ - **Postgres $N → inline rewrite** (RAG-4.84.8e / S008) — `postgres-inline-params-fixer.ts`: rewrites `$N` placeholder queries to n8n inline expressions (`={{ $json.paramN }}`), strips `queryParams`, emits `legacy_postgres_query_params` informational gap.
15
+ - **aggregate.fieldsToInclude CSV** (RAG-4.84.8e / S006) — `aggregate-fields-csv-fixer.ts`: converts `{fields: [...]}` object form to CSV string expected by n8n aggregate node.
16
+ - **MERGE_NWAY_TOPOLOGY_REWRITE gotcha** (RAG-4.84.8e / S015) — migration `20260511_01_gotcha_merge_nway_topology.sql` adds MERGE_NWAY_TOPOLOGY_REWRITE knowledge to the catalog gotcha table.
17
+
8
18
  ## [Unreleased]
9
19
 
10
20
  ### Added
package/README.md CHANGED
@@ -90,11 +90,14 @@ claude mcp add p58-n8n \
90
90
  | Client | Setup |
91
91
  |--------|-------|
92
92
  | **Claude Code** | `claude mcp add` — one command |
93
- | **Claude Desktop** | JSON config → restart |
94
- | **Cursor** | MCP config file |
95
- | **Windsurf** | MCP config file |
93
+ | **Claude Desktop** | JSON config → restart (chat + Cowork) |
94
+ | **VS Code** | `.vscode/mcp.json` (`"servers"` key) |
95
+ | **Cursor** | `~/.cursor/mcp.json` |
96
+ | **Windsurf** | `~/.codeium/windsurf/mcp_config.json` |
97
+ | **Codex (OpenAI)** | `~/.codex/config.toml` (TOML format) |
98
+ | **Antigravity (Google)** | `~/.gemini/antigravity/mcp_config.json` |
96
99
 
97
- See [AGENT_INSTALL.md](https://github.com/tsvika58/p58-n8n/blob/main/AGENT_INSTALL.md) for all clients, config templates, and troubleshooting.
100
+ See [docs/INSTALLATION.md](https://github.com/tsvika58/p58-n8n/blob/main/docs/INSTALLATION.md) for all clients, config templates, and troubleshooting.
98
101
 
99
102
  ---
100
103
 
@@ -153,7 +156,7 @@ graph TB
153
156
  ## Architecture
154
157
  ```mermaid
155
158
  graph TB
156
- Client["AI Client<br/><i>Claude · Cursor · Windsurf</i>"]
159
+ Client["AI Client<br/><i>Claude Desktop · Claude Code · VS Code · Cursor · Windsurf · Codex · Antigravity</i>"]
157
160
  Client -->|"MCP Protocol (stdio)"| Server
158
161
 
159
162
  subgraph Server["p58-n8n Server (local process)"]
@@ -307,7 +310,7 @@ Looks up the Slack credential schema, creates with validation, health-checks the
307
310
  A: No. The bundled catalog gives you full node/operation discovery, planning, and schema intelligence offline. Connect n8n when you want to deploy, execute, or manage credentials.
308
311
 
309
312
  **Q: Which AI clients are supported?**
310
- A: Claude Desktop, Claude Code, Cursor, and Windsurf. See [AGENT_INSTALL.md](https://github.com/tsvika58/p58-n8n/blob/main/AGENT_INSTALL.md) for all clients.
313
+ A: Claude Desktop (chat + Cowork), Claude Code, VS Code, Cursor, Windsurf, Codex (OpenAI), and Antigravity (Google). See [docs/INSTALLATION.md](https://github.com/tsvika58/p58-n8n/blob/main/docs/INSTALLATION.md) for all clients with config paths and key notes.
311
314
 
312
315
  **Q: Is my data sent to any cloud service?**
313
316
  A: No. p58-n8n is a local stdio process. No telemetry, no cloud relay. Your credentials and workflow data never leave your machine.