@path58/n8n-mcp 0.1.0 → 0.1.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/CHANGELOG.md CHANGED
@@ -5,6 +5,18 @@ 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.1.1] - 2026-02-06
9
+
10
+ ### Fixed
11
+
12
+ - Bundle MCP server with esbuild to resolve private registry dependency (`@tsvika58/shared-utilities`) for `npx` installs
13
+ - Set npm package access to public (scoped packages default to private)
14
+
15
+ ### Changed
16
+
17
+ - `bin` entry now points to bundled CJS file (`dist/mcp/server.bundle.cjs`) for universal compatibility
18
+ - Moved `@tsvika58/shared-utilities` from runtime to dev dependency (bundled into dist)
19
+
8
20
  ## [0.1.0] - 2026-02-06
9
21
 
10
22
  ### Added
@@ -35,4 +47,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
35
47
  - npm package published as `@path58/n8n-mcp`
36
48
  - ESM module support with shebang for direct `npx` execution
37
49
 
50
+ [0.1.1]: https://github.com/tsvika58/n8n-workflow-validator/releases/tag/v0.1.1
38
51
  [0.1.0]: https://github.com/tsvika58/n8n-workflow-validator/releases/tag/v0.1.0