mirror of
https://github.com/czlonkowski/n8n-mcp.git
synced 2026-01-30 06:22:04 +00:00
fix(tests): update tool count expectations for v2.26.0
Update handlers-n8n-manager.test.ts to expect new consolidated tool counts (7/12/19) after v2.26.0 tool consolidation. Conceived by Romuald Członkowski - www.aiadvisors.pl/en 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
BIN
data/nodes.db
BIN
data/nodes.db
Binary file not shown.
@@ -1068,14 +1068,14 @@ describe('handlers-n8n-manager', () => {
|
|||||||
},
|
},
|
||||||
toolsAvailability: {
|
toolsAvailability: {
|
||||||
documentationTools: {
|
documentationTools: {
|
||||||
count: 14,
|
count: 7,
|
||||||
enabled: true,
|
enabled: true,
|
||||||
},
|
},
|
||||||
managementTools: {
|
managementTools: {
|
||||||
count: 17,
|
count: 12,
|
||||||
enabled: true,
|
enabled: true,
|
||||||
},
|
},
|
||||||
totalAvailable: 31,
|
totalAvailable: 19,
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user