The render tool needs esbuild to transform JSX, but esbuild only runs in Node — not in the browser where the automation server executes. The bridge now intercepts render tool calls, converts JSX to a tree on the Node side using buildComponent + resolveToTree from core, and sends the tree to the browser which calls renderTreeNode directly. Also exports createElement and resolveToTree from core for bridge use. |
||
|---|---|---|
| .. | ||
| acp | ||
| cli | ||
| core | ||
| demos | ||
| docs | ||
| mcp | ||