Compare commits
2 Commits
fix/n8n-co
...
v2.10.2
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6d95786938 | ||
|
|
21d4b9b9fb |
BIN
data/nodes.db
BIN
data/nodes.db
Binary file not shown.
@@ -7,6 +7,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
## [2.10.2] - 2025-08-05
|
||||
|
||||
### Updated
|
||||
- **n8n Dependencies**: Updated to latest versions for compatibility and new features
|
||||
- n8n: 1.104.1 → 1.105.2
|
||||
- n8n-core: 1.103.1 → 1.104.1
|
||||
- n8n-workflow: 1.101.0 → 1.102.1
|
||||
- @n8n/n8n-nodes-langchain: 1.103.1 → 1.104.1
|
||||
- **Node Database**: Rebuilt with 534 nodes from updated n8n packages
|
||||
- **Template Library**: Fetched 499 workflow templates from the last 12 months
|
||||
- Templates are filtered to include only those created or updated within the past year
|
||||
- This ensures the template library contains fresh and actively maintained workflows
|
||||
- All 1,620 tests passing with updated dependencies
|
||||
|
||||
## [2.10.1] - 2025-08-02
|
||||
|
||||
### Fixed
|
||||
@@ -1084,6 +1098,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
- Basic n8n and MCP integration
|
||||
- Core workflow automation features
|
||||
|
||||
[2.10.2]: https://github.com/czlonkowski/n8n-mcp/compare/v2.10.1...v2.10.2
|
||||
[2.10.1]: https://github.com/czlonkowski/n8n-mcp/compare/v2.10.0...v2.10.1
|
||||
[2.10.0]: https://github.com/czlonkowski/n8n-mcp/compare/v2.9.1...v2.10.0
|
||||
[2.9.1]: https://github.com/czlonkowski/n8n-mcp/compare/v2.9.0...v2.9.1
|
||||
|
||||
3606
package-lock.json
generated
3606
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.1",
|
||||
"version": "2.10.2",
|
||||
"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.103.1",
|
||||
"@n8n/n8n-nodes-langchain": "^1.104.1",
|
||||
"dotenv": "^16.5.0",
|
||||
"express": "^5.1.0",
|
||||
"n8n": "^1.104.1",
|
||||
"n8n-core": "^1.103.1",
|
||||
"n8n-workflow": "^1.101.0",
|
||||
"n8n": "^1.105.2",
|
||||
"n8n-core": "^1.104.1",
|
||||
"n8n-workflow": "^1.102.1",
|
||||
"sql.js": "^1.13.0",
|
||||
"uuid": "^10.0.0"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user