chore: update n8n dependencies to v1.107.4
- Updated n8n from 1.106.3 to 1.107.4 - Updated n8n-core from 1.105.3 to 1.106.2 - Updated n8n-workflow from 1.103.3 to 1.104.1 - Updated @n8n/n8n-nodes-langchain from 1.105.3 to 1.106.2 - Rebuilt node database with 535 nodes - Bumped version to 2.10.5 - All tests passing 🤖 Generated with Claude Code Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -2,11 +2,11 @@
|
||||
|
||||
[](https://opensource.org/licenses/MIT)
|
||||
[](https://github.com/czlonkowski/n8n-mcp)
|
||||
[](https://github.com/czlonkowski/n8n-mcp)
|
||||
[](https://github.com/czlonkowski/n8n-mcp)
|
||||
[](https://www.npmjs.com/package/n8n-mcp)
|
||||
[](https://codecov.io/gh/czlonkowski/n8n-mcp)
|
||||
[](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://railway.com/deploy/n8n-mcp?referralCode=n8n-mcp)
|
||||
|
||||
|
||||
BIN
data/nodes.db
BIN
data/nodes.db
Binary file not shown.
@@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
## [2.10.5] - 2025-08-20
|
||||
|
||||
### Updated
|
||||
- **n8n Dependencies**: Updated to latest versions for compatibility and new features
|
||||
- n8n: 1.106.3 → 1.107.4
|
||||
- n8n-core: 1.105.3 → 1.106.2
|
||||
- n8n-workflow: 1.103.3 → 1.104.1
|
||||
- @n8n/n8n-nodes-langchain: 1.105.3 → 1.106.2
|
||||
- **Node Database**: Rebuilt with 535 nodes from updated n8n packages
|
||||
- All tests passing with updated dependencies
|
||||
|
||||
## [2.10.4] - 2025-08-12
|
||||
|
||||
### Updated
|
||||
|
||||
1458
package-lock.json
generated
1458
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",
|
||||
"version": "2.10.4",
|
||||
"version": "2.10.5",
|
||||
"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.105.3",
|
||||
"@n8n/n8n-nodes-langchain": "^1.106.2",
|
||||
"dotenv": "^16.5.0",
|
||||
"express": "^5.1.0",
|
||||
"n8n": "^1.106.3",
|
||||
"n8n-core": "^1.105.3",
|
||||
"n8n-workflow": "^1.103.3",
|
||||
"n8n": "^1.107.4",
|
||||
"n8n-core": "^1.106.2",
|
||||
"n8n-workflow": "^1.104.1",
|
||||
"sql.js": "^1.13.0",
|
||||
"uuid": "^10.0.0"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user