Compare commits
2 Commits
v2.10.2
...
fix/n8n-co
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ce4bacefcb | ||
|
|
f3b777d8e8 |
BIN
data/nodes.db
BIN
data/nodes.db
Binary file not shown.
@@ -22,7 +22,7 @@ services:
|
||||
networks:
|
||||
- n8n-network
|
||||
healthcheck:
|
||||
test: ["CMD", "curl", "-f", "http://localhost:5678/healthz"]
|
||||
test: ["CMD", "sh", "-c", "wget --quiet --spider --tries=1 --timeout=10 http://localhost:5678/healthz || exit 1"]
|
||||
interval: 30s
|
||||
timeout: 10s
|
||||
retries: 3
|
||||
|
||||
@@ -7,20 +7,6 @@ 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
|
||||
@@ -1098,7 +1084,6 @@ 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
|
||||
|
||||
3604
package-lock.json
generated
3604
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.2",
|
||||
"version": "2.10.1",
|
||||
"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.103.1",
|
||||
"dotenv": "^16.5.0",
|
||||
"express": "^5.1.0",
|
||||
"n8n": "^1.105.2",
|
||||
"n8n-core": "^1.104.1",
|
||||
"n8n-workflow": "^1.102.1",
|
||||
"n8n": "^1.104.1",
|
||||
"n8n-core": "^1.103.1",
|
||||
"n8n-workflow": "^1.101.0",
|
||||
"sql.js": "^1.13.0",
|
||||
"uuid": "^10.0.0"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user