mirror of
https://github.com/czlonkowski/n8n-mcp.git
synced 2026-03-20 17:33:08 +00:00
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:
4
package-lock.json
generated
4
package-lock.json
generated
@@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "n8n-mcp",
|
||||
"version": "2.10.8",
|
||||
"version": "2.11.0",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "n8n-mcp",
|
||||
"version": "2.10.8",
|
||||
"version": "2.11.0",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@modelcontextprotocol/sdk": "^1.13.2",
|
||||
|
||||
Reference in New Issue
Block a user