chore: bump version to 2.11.0

### Added
- Comprehensive template pagination with PaginatedResponse format
- New list_templates tool for efficient template browsing
- Flexible get_template modes (nodes_only, structure, full)

### Enhanced
- Gzip compression for workflow JSONs (84% size reduction)
- Template quality filtering (>10 views required)
- Database statistics now include template metrics

### Performance
- Database: 48MB for 2,596 templates (was 40MB for 499)
- Token usage: 80-90% reduction with new retrieval modes
- All 1,700+ tests passing
This commit is contained in:
czlonkowski
2025-09-14 18:11:59 +02:00
parent 319f22f26e
commit 61b54266b3
3 changed files with 52 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "n8n-mcp",
"version": "2.10.9",
"version": "2.11.0",
"description": "Integration between n8n workflow automation and Model Context Protocol (MCP)",
"main": "dist/index.js",
"bin": {