n8n-mcp 2.7.20 → 2.7.21

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -2,9 +2,9 @@
2
2
 
3
3
  [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
4
4
  [![GitHub stars](https://img.shields.io/github/stars/czlonkowski/n8n-mcp?style=social)](https://github.com/czlonkowski/n8n-mcp)
5
- [![Version](https://img.shields.io/badge/version-2.7.20-blue.svg)](https://github.com/czlonkowski/n8n-mcp)
5
+ [![Version](https://img.shields.io/badge/version-2.7.21-blue.svg)](https://github.com/czlonkowski/n8n-mcp)
6
6
  [![npm version](https://img.shields.io/npm/v/n8n-mcp.svg)](https://www.npmjs.com/package/n8n-mcp)
7
- [![n8n version](https://img.shields.io/badge/n8n-v1.102.4-orange.svg)](https://github.com/n8n-io/n8n)
7
+ [![n8n version](https://img.shields.io/badge/n8n-v1.103.2-orange.svg)](https://github.com/n8n-io/n8n)
8
8
  [![Docker](https://img.shields.io/badge/docker-ghcr.io%2Fczlonkowski%2Fn8n--mcp-green.svg)](https://github.com/czlonkowski/n8n-mcp/pkgs/container/n8n-mcp)
9
9
  [![Deploy on Railway](https://railway.com/button.svg)](https://railway.com/deploy/VY6UOG?referralCode=n8n-mcp)
10
10
 
@@ -14,7 +14,7 @@ A Model Context Protocol (MCP) server that provides AI assistants with comprehen
14
14
 
15
15
  n8n-MCP serves as a bridge between n8n's workflow automation platform and AI models, enabling them to understand and work with n8n nodes effectively. It provides structured access to:
16
16
 
17
- - 📚 **528 n8n nodes** from both n8n-nodes-base and @n8n/n8n-nodes-langchain
17
+ - 📚 **532 n8n nodes** from both n8n-nodes-base and @n8n/n8n-nodes-langchain
18
18
  - 🔧 **Node properties** - 99% coverage with detailed schemas
19
19
  - ⚡ **Node operations** - 63.6% coverage of available actions
20
20
  - 📄 **Documentation** - 90% coverage from official n8n docs (including AI nodes)
@@ -653,12 +653,12 @@ npm run dev:http # HTTP dev mode
653
653
 
654
654
  ## 📊 Metrics & Coverage
655
655
 
656
- Current database coverage (n8n v1.102.4):
656
+ Current database coverage (n8n v1.103.2):
657
657
 
658
- - ✅ **531/531** nodes loaded (100%)
659
- - ✅ **523** nodes with properties (98.5%)
660
- - ✅ **473** nodes with documentation (89%)
661
- - ✅ **263** AI-capable tools detected
658
+ - ✅ **532/532** nodes loaded (100%)
659
+ - ✅ **525** nodes with properties (98.7%)
660
+ - ✅ **470** nodes with documentation (88%)
661
+ - ✅ **267** AI-capable tools detected
662
662
  - ✅ **AI Agent & LangChain nodes** fully documented
663
663
  - ⚡ **Average response time**: ~12ms
664
664
  - 💾 **Database size**: ~15MB (optimized)
package/data/nodes.db CHANGED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "n8n-mcp",
3
- "version": "2.7.20",
3
+ "version": "2.7.21",
4
4
  "description": "Integration between n8n workflow automation and Model Context Protocol (MCP)",
5
5
  "dependencies": {
6
6
  "@modelcontextprotocol/sdk": "^1.13.2",