chore: update n8n to 2.6.3 and bump version to 2.33.6 (#571)

This commit is contained in:
Romuald Członkowski
2026-02-06 09:09:37 +01:00
committed by GitHub
parent c8c76e435d
commit 6814880410
19 changed files with 6345 additions and 1256 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "n8n-mcp",
"version": "2.33.5",
"version": "2.33.6",
"description": "Integration between n8n workflow automation and Model Context Protocol (MCP)",
"main": "dist/index.js",
"types": "dist/index.d.ts",
@@ -150,16 +150,16 @@
},
"dependencies": {
"@modelcontextprotocol/sdk": "1.20.1",
"@n8n/n8n-nodes-langchain": "^2.4.3",
"@n8n/n8n-nodes-langchain": "^2.6.2",
"@supabase/supabase-js": "^2.57.4",
"dotenv": "^16.5.0",
"express": "^5.1.0",
"express-rate-limit": "^7.1.5",
"form-data": "^4.0.5",
"lru-cache": "^11.2.1",
"n8n": "^2.4.4",
"n8n-core": "^2.4.2",
"n8n-workflow": "^2.4.2",
"n8n": "^2.6.3",
"n8n-core": "^2.6.1",
"n8n-workflow": "^2.6.0",
"openai": "^4.77.0",
"sql.js": "^1.13.0",
"tslib": "^2.6.2",