Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
863ab96405 |
@@ -2,7 +2,7 @@
|
||||
|
||||
[](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)
|
||||
|
||||
BIN
data/nodes.db
BIN
data/nodes.db
Binary file not shown.
@@ -7,26 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
## [2.10.6] - 2025-08-25
|
||||
## [2.10.7] - 2025-08-26
|
||||
|
||||
### Updated
|
||||
- **n8n Dependencies**: Updated to latest versions for compatibility and new features
|
||||
- n8n: 1.107.4 → 1.108.1
|
||||
- n8n-core: 1.106.2 → 1.107.0
|
||||
- n8n-workflow: 1.104.1 → 1.105.0
|
||||
- @n8n/n8n-nodes-langchain: 1.106.2 → 1.107.0
|
||||
- **Node Database**: Rebuilt with 535 nodes from updated n8n packages
|
||||
- All tests passing with updated dependencies
|
||||
|
||||
## [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
|
||||
- **n8n Dependencies**: Updated to latest stable versions
|
||||
- n8n: 1.106.3 → 1.108.1
|
||||
- n8n-core: 1.105.3 → 1.107.1
|
||||
- n8n-workflow: 1.103.3 → 1.105.0
|
||||
- @n8n/n8n-nodes-langchain: 1.105.3 → 1.107.0
|
||||
- **Node Database**: Rebuilt with 535 nodes from n8n v1.108.1
|
||||
- All tests passing with updated dependencies
|
||||
|
||||
## [2.10.4] - 2025-08-12
|
||||
|
||||
2361
package-lock.json
generated
2361
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "n8n-mcp",
|
||||
"version": "2.10.6",
|
||||
"version": "2.10.7",
|
||||
"description": "Integration between n8n workflow automation and Model Context Protocol (MCP)",
|
||||
"main": "dist/index.js",
|
||||
"bin": {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "n8n-mcp-runtime",
|
||||
"version": "2.10.5",
|
||||
"version": "2.10.7",
|
||||
"description": "n8n MCP Server Runtime Dependencies Only",
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
|
||||
@@ -13,8 +13,12 @@ echo "🚀 Preparing n8n-mcp for npm publish..."
|
||||
|
||||
# Run tests first to ensure quality
|
||||
echo "🧪 Running tests..."
|
||||
npm run test:run || true
|
||||
echo -e "${YELLOW}⚠️ Tests completed (coverage thresholds ignored for publishing)${NC}"
|
||||
npm test
|
||||
if [ $? -ne 0 ]; then
|
||||
echo -e "${RED}❌ Tests failed. Aborting publish.${NC}"
|
||||
exit 1
|
||||
fi
|
||||
echo -e "${GREEN}✅ All tests passed!${NC}"
|
||||
|
||||
# Sync version to runtime package first
|
||||
echo "🔄 Syncing version to package.runtime.json..."
|
||||
|
||||
Reference in New Issue
Block a user