Compare commits

..

4 Commits

Author SHA1 Message Date
czlonkowski
06dac045ef chore: bump version to 2.34.5 for npm publish
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-08 10:22:49 +08:00
czlonkowski
a31c2263aa merge: resolve conflicts with main (keep type-aligned components)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-08 08:51:24 +08:00
czlonkowski
95f1420c56 fix: align MCP App UI types with actual server response format
- useToolData hook now uses official useApp from ext-apps/react
- OperationResultData uses success:boolean + data.id/name (matching
  McpToolResponse from handlers-n8n-manager.ts)
- ValidationSummaryData handles both direct results (validate_node,
  validate_workflow) and wrapped results (n8n_validate_workflow)
- Added visible error/connection states for debugging

Conceived by Romuald Członkowski - https://www.aiadvisors.pl/en

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-08 08:48:03 +08:00
czlonkowski
d2cac25689 fix: use official ext-apps useApp hook to fix blank MCP App rendering
The custom useToolData hook had lifecycle issues that prevented the UI
from rendering in Claude Desktop/web: no appInfo in App constructor,
unhandled connect() Promise, app.close() on unmount conflicting with
React Strict Mode. Switched to the official useApp hook from
@modelcontextprotocol/ext-apps/react which handles initialization
handshake, handler registration, and cleanup correctly.

Conceived by Romuald Członkowski - https://www.aiadvisors.pl/en

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-07 22:49:29 +08:00

Diff Content Not Available