diff --git a/benchmarks/data.js b/benchmarks/data.js index 5a36994..bb58c1e 100644 --- a/benchmarks/data.js +++ b/benchmarks/data.js @@ -1,39 +1,8 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1770474081076, + "lastUpdate": 1770478072738, "repoUrl": "https://github.com/czlonkowski/n8n-mcp", "entries": { "n8n-mcp Benchmarks": [ - { - "commit": { - "author": { - "email": "56956555+czlonkowski@users.noreply.github.com", - "name": "Romuald Członkowski", - "username": "czlonkowski" - }, - "committer": { - "email": "noreply@github.com", - "name": "GitHub", - "username": "web-flow" - }, - "distinct": true, - "id": "1be06c217f088d6d9a7e273c773fe8ab1e8de7dc", - "message": "fix: synchronize tool documentation with v2.26.0 tool consolidation (v2.26.2) (#442)\n\n* fix: synchronize tool documentation with v2.26.0 tool consolidation (v2.26.2)\n\n- Delete 23 obsolete documentation files for removed tools\n- Create consolidated documentation for get_node, validate_node, n8n_executions\n- Update search_templates with all searchModes\n- Update n8n_get_workflow with all modes\n- Fix stale relatedTools references\n- Update tools-documentation.ts overview to reflect 19 consolidated tools\n\nConceived by Romuald Członkowski - www.aiadvisors.pl/en\n\n🤖 Generated with [Claude Code](https://claude.com/claude-code)\n\nCo-Authored-By: Claude \n\n* fix: address code review - fix remaining stale tool references\n\n- Fix relatedTools in system/tools-documentation.ts (get_node_for_task → search_templates)\n- Fix relatedTools in validation/validate-workflow.ts (remove references to removed tools)\n- Fix relatedTools in n8n-autofix-workflow.ts (remove references to removed tools)\n- Update tools-n8n-friendly.ts with consolidated tools (validate_node, get_node, search_templates)\n\nConceived by Romuald Członkowski - www.aiadvisors.pl/en\n\n🤖 Generated with [Claude Code](https://claude.com/claude-code)\n\nCo-Authored-By: Claude \n\n* fix: address final code review - fix remaining stale references\n\n- Fix ai-agents-guide.ts: get_node_essentials → get_node, remove list_ai_tools\n- Fix get-template.ts: list_node_templates → search_templates, remove get_templates_for_task\n- Fix n8n-list-workflows.ts: n8n_get_workflow_minimal → n8n_get_workflow, n8n_list_executions → n8n_executions\n- Fix n8n-trigger-webhook-workflow.ts: n8n_get_execution/n8n_list_executions → n8n_executions\n- Fix n8n-delete-workflow.ts: n8n_get_workflow_minimal → n8n_get_workflow, n8n_delete_execution → n8n_executions\n- Fix CHANGELOG date typo: 2025-01-25 → 2025-11-25\n\nConceived by Romuald Członkowski - www.aiadvisors.pl/en\n\n🤖 Generated with [Claude Code](https://claude.com/claude-code)\n\nCo-Authored-By: Claude \n\n* test: adjust comprehensive docs threshold after tool consolidation\n\nReduce expected character count from 5000 to 4000 in tool-invocation.test.ts\nto account for reduced documentation after v2.26.0 tool consolidation\n(31→19 tools, actual output is ~4645 chars).\n\nConceived by Romuald Członkowski - www.aiadvisors.pl/en\n\n🤖 Generated with [Claude Code](https://claude.com/claude-code)\n\nCo-Authored-By: Claude \n\n---------\n\nCo-authored-by: Claude ", - "timestamp": "2025-11-25T21:28:11+01:00", - "tree_id": "985ac102ed667d28285a6fec8838582171744aa1", - "url": "https://github.com/czlonkowski/n8n-mcp/commit/1be06c217f088d6d9a7e273c773fe8ab1e8de7dc" - }, - "date": 1764102788423, - "tool": "customSmallerIsBetter", - "benches": [ - { - "name": "sample - array sorting - small", - "value": 0.0136, - "range": "0.3096", - "unit": "ms", - "extra": "73341 ops/sec" - } - ] - }, { "commit": { "author": { @@ -1540,6 +1509,37 @@ window.BENCHMARK_DATA = { "extra": "73341 ops/sec" } ] + }, + { + "commit": { + "author": { + "email": "56956555+czlonkowski@users.noreply.github.com", + "name": "Romuald Członkowski", + "username": "czlonkowski" + }, + "committer": { + "email": "noreply@github.com", + "name": "GitHub", + "username": "web-flow" + }, + "distinct": true, + "id": "a57b400bd044f92fae20fd35e8b774efcbdac816", + "message": "fix: use official ext-apps useApp hook to fix blank MCP App rendering (#578)\n\nThe custom useToolData hook had lifecycle issues that prevented the UI\nfrom rendering in Claude Desktop/web: no appInfo in App constructor,\nunhandled connect() Promise, app.close() on unmount conflicting with\nReact Strict Mode. Switched to the official useApp hook from\n@modelcontextprotocol/ext-apps/react which handles initialization\nhandshake, handler registration, and cleanup correctly.\n\nConceived by Romuald Członkowski - https://www.aiadvisors.pl/en\n\nCo-authored-by: Claude Opus 4.6 ", + "timestamp": "2026-02-07T16:25:27+01:00", + "tree_id": "056266d95005da1b26044426a3f33387b9906206", + "url": "https://github.com/czlonkowski/n8n-mcp/commit/a57b400bd044f92fae20fd35e8b774efcbdac816" + }, + "date": 1770478072477, + "tool": "customSmallerIsBetter", + "benches": [ + { + "name": "sample - array sorting - small", + "value": 0.0136, + "range": "0.3096", + "unit": "ms", + "extra": "73341 ops/sec" + } + ] } ] }