chore: update n8n to v1.106.3

- Updated n8n from 1.105.2 to 1.106.3
- Updated n8n-core from 1.104.1 to 1.105.3
- Updated n8n-workflow from 1.102.1 to 1.103.3
- Updated @n8n/n8n-nodes-langchain from 1.104.1 to 1.105.3
- Rebuilt node database with 535 nodes
- All 1,728 tests passing
- Bumped version to 2.10.4

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

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
czlonkowski
2025-08-12 08:43:30 +02:00
parent 685171e9b7
commit b2a5cf49f7
5 changed files with 1736 additions and 474 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "n8n-mcp",
"version": "2.10.3",
"version": "2.10.4",
"description": "Integration between n8n workflow automation and Model Context Protocol (MCP)",
"main": "dist/index.js",
"bin": {
@@ -128,12 +128,12 @@
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.13.2",
"@n8n/n8n-nodes-langchain": "^1.104.1",
"@n8n/n8n-nodes-langchain": "^1.105.3",
"dotenv": "^16.5.0",
"express": "^5.1.0",
"n8n": "^1.105.2",
"n8n-core": "^1.104.1",
"n8n-workflow": "^1.102.1",
"n8n": "^1.106.3",
"n8n-core": "^1.105.3",
"n8n-workflow": "^1.103.3",
"sql.js": "^1.13.0",
"uuid": "^10.0.0"
},