mirror of
https://github.com/czlonkowski/n8n-mcp.git
synced 2026-03-25 19:53:08 +00:00
Merge main into fix/configurable-max-sessions-468, bump to v2.28.4
- Resolved version conflict: main had 2.28.3 (n8n updates), bumped to 2.28.4 - Merged CHANGELOG entries for both versions - Updated package-lock.json with new version 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
21
CHANGELOG.md
21
CHANGELOG.md
@@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
## [2.28.3] - 2025-12-05
|
## [2.28.4] - 2025-12-05
|
||||||
|
|
||||||
### Features
|
### Features
|
||||||
|
|
||||||
@@ -26,6 +26,25 @@ The `MAX_SESSIONS` limit is now configurable via the `N8N_MCP_MAX_SESSIONS` envi
|
|||||||
N8N_MCP_MAX_SESSIONS=1000
|
N8N_MCP_MAX_SESSIONS=1000
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## [2.28.3] - 2025-12-02
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
|
||||||
|
**Dependencies**
|
||||||
|
- Updated n8n from 1.121.2 to 1.122.4
|
||||||
|
- Updated n8n-core from 1.120.1 to 1.121.1
|
||||||
|
- Updated n8n-workflow from 1.118.1 to 1.119.1
|
||||||
|
- Updated @n8n/n8n-nodes-langchain from 1.120.1 to 1.121.1
|
||||||
|
- Rebuilt node database with 544 nodes (438 from n8n-nodes-base, 106 from @n8n/n8n-nodes-langchain)
|
||||||
|
|
||||||
|
### Removed
|
||||||
|
|
||||||
|
**Templates**
|
||||||
|
- Removed 7 templates from creator "ludwig" at author's request
|
||||||
|
- Template IDs: 2795, 2816, 2825, 2850, 2869, 2939, 3847
|
||||||
|
|
||||||
|
**Conceived by Romuald Członkowski - [AiAdvisors](https://www.aiadvisors.pl/en)**
|
||||||
|
|
||||||
## [2.28.2] - 2025-12-01
|
## [2.28.2] - 2025-12-01
|
||||||
|
|
||||||
### Bug Fixes
|
### Bug Fixes
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
[](https://www.npmjs.com/package/n8n-mcp)
|
[](https://www.npmjs.com/package/n8n-mcp)
|
||||||
[](https://codecov.io/gh/czlonkowski/n8n-mcp)
|
[](https://codecov.io/gh/czlonkowski/n8n-mcp)
|
||||||
[](https://github.com/czlonkowski/n8n-mcp/actions)
|
[](https://github.com/czlonkowski/n8n-mcp/actions)
|
||||||
[](https://github.com/n8n-io/n8n)
|
[](https://github.com/n8n-io/n8n)
|
||||||
[](https://github.com/czlonkowski/n8n-mcp/pkgs/container/n8n-mcp)
|
[](https://github.com/czlonkowski/n8n-mcp/pkgs/container/n8n-mcp)
|
||||||
[](https://railway.com/deploy/n8n-mcp?referralCode=n8n-mcp)
|
[](https://railway.com/deploy/n8n-mcp?referralCode=n8n-mcp)
|
||||||
|
|
||||||
|
|||||||
BIN
data/nodes.db
BIN
data/nodes.db
Binary file not shown.
9652
package-lock.json
generated
9652
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
10
package.json
10
package.json
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "n8n-mcp",
|
"name": "n8n-mcp",
|
||||||
"version": "2.28.3",
|
"version": "2.28.4",
|
||||||
"description": "Integration between n8n workflow automation and Model Context Protocol (MCP)",
|
"description": "Integration between n8n workflow automation and Model Context Protocol (MCP)",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
"types": "dist/index.d.ts",
|
"types": "dist/index.d.ts",
|
||||||
@@ -141,16 +141,16 @@
|
|||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@modelcontextprotocol/sdk": "1.20.1",
|
"@modelcontextprotocol/sdk": "1.20.1",
|
||||||
"@n8n/n8n-nodes-langchain": "^1.120.1",
|
"@n8n/n8n-nodes-langchain": "^1.121.1",
|
||||||
"@supabase/supabase-js": "^2.57.4",
|
"@supabase/supabase-js": "^2.57.4",
|
||||||
"dotenv": "^16.5.0",
|
"dotenv": "^16.5.0",
|
||||||
"express": "^5.1.0",
|
"express": "^5.1.0",
|
||||||
"express-rate-limit": "^7.1.5",
|
"express-rate-limit": "^7.1.5",
|
||||||
"form-data": "^4.0.5",
|
"form-data": "^4.0.5",
|
||||||
"lru-cache": "^11.2.1",
|
"lru-cache": "^11.2.1",
|
||||||
"n8n": "^1.121.2",
|
"n8n": "^1.122.4",
|
||||||
"n8n-core": "^1.120.1",
|
"n8n-core": "^1.121.1",
|
||||||
"n8n-workflow": "^1.118.1",
|
"n8n-workflow": "^1.119.1",
|
||||||
"openai": "^4.77.0",
|
"openai": "^4.77.0",
|
||||||
"sql.js": "^1.13.0",
|
"sql.js": "^1.13.0",
|
||||||
"tslib": "^2.6.2",
|
"tslib": "^2.6.2",
|
||||||
|
|||||||
Reference in New Issue
Block a user