Commit Graph
1 Commits
Author SHA1 Message Date
Scott Friedmanandyctimlin fe4bf8e787 Fix: Batch endpoint now respects element IDs from MCP server
The batch creation endpoint was always generating new IDs, ignoring IDs
passed from the MCP server. This caused sync issues where the MCP server
would think elements were created with specific IDs, but the canvas had
different IDs.

This fix makes the batch endpoint behave like the single element endpoint:
it now respects passed IDs (for MCP sync) or generates new ones if not provided.

Fixes the 'MCP tool registration issues' mentioned in the roadmap.
2026-01-25 00:29:37 +08:00