chore: update n8n to 1.120.3 and bump version to 2.22.20

- Updated n8n from 1.119.1 to 1.120.3
- Updated n8n-core from 1.118.0 to 1.119.2
- Updated n8n-workflow from 1.116.0 to 1.117.0
- Updated @n8n/n8n-nodes-langchain from 1.118.0 to 1.119.1
- Rebuilt node database with 544 nodes (439 from n8n-nodes-base, 105 from @n8n/n8n-nodes-langchain)
- Updated README badge with new n8n version
- Updated CHANGELOG with dependency changes

Conceived by Romuald Członkowski - https://www.aiadvisors.pl/en

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
czlonkowski
2025-11-19 10:57:03 +01:00
parent 5575630711
commit c67881277a
5 changed files with 1060 additions and 751 deletions

View File

@@ -7,6 +7,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
## [2.22.20] - 2025-11-19
### 🔄 Dependencies
**n8n Update to 1.120.3**
Updated all n8n-related dependencies to their latest versions:
- n8n: 1.119.1 → 1.120.3
- n8n-core: 1.118.0 → 1.119.2
- n8n-workflow: 1.116.0 → 1.117.0
- @n8n/n8n-nodes-langchain: 1.118.0 → 1.119.1
- Rebuilt node database with 544 nodes (439 from n8n-nodes-base, 105 from @n8n/n8n-nodes-langchain)
Conceived by Romuald Członkowski - https://www.aiadvisors.pl/en
## [2.22.18] - 2025-11-14
### ✨ Features

View File

@@ -5,7 +5,7 @@
[![npm version](https://img.shields.io/npm/v/n8n-mcp.svg)](https://www.npmjs.com/package/n8n-mcp)
[![codecov](https://codecov.io/gh/czlonkowski/n8n-mcp/graph/badge.svg?token=YOUR_TOKEN)](https://codecov.io/gh/czlonkowski/n8n-mcp)
[![Tests](https://img.shields.io/badge/tests-3336%20passing-brightgreen.svg)](https://github.com/czlonkowski/n8n-mcp/actions)
[![n8n version](https://img.shields.io/badge/n8n-1.119.1-orange.svg)](https://github.com/n8n-io/n8n)
[![n8n version](https://img.shields.io/badge/n8n-1.120.3-orange.svg)](https://github.com/n8n-io/n8n)
[![Docker](https://img.shields.io/badge/docker-ghcr.io%2Fczlonkowski%2Fn8n--mcp-green.svg)](https://github.com/czlonkowski/n8n-mcp/pkgs/container/n8n-mcp)
[![Deploy on Railway](https://railway.com/button.svg)](https://railway.com/deploy/n8n-mcp?referralCode=n8n-mcp)

Binary file not shown.

1783
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -1,6 +1,6 @@
{
"name": "n8n-mcp",
"version": "2.22.19",
"version": "2.22.20",
"description": "Integration between n8n workflow automation and Model Context Protocol (MCP)",
"main": "dist/index.js",
"types": "dist/index.d.ts",
@@ -140,15 +140,15 @@
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.20.1",
"@n8n/n8n-nodes-langchain": "^1.118.0",
"@n8n/n8n-nodes-langchain": "^1.119.1",
"@supabase/supabase-js": "^2.57.4",
"dotenv": "^16.5.0",
"express": "^5.1.0",
"express-rate-limit": "^7.1.5",
"lru-cache": "^11.2.1",
"n8n": "^1.119.1",
"n8n-core": "^1.118.0",
"n8n-workflow": "^1.116.0",
"n8n": "^1.120.3",
"n8n-core": "^1.119.2",
"n8n-workflow": "^1.117.0",
"openai": "^4.77.0",
"sql.js": "^1.13.0",
"tslib": "^2.6.2",