mirror of
https://github.com/jgraph/drawio-mcp.git
synced 2026-09-14 15:42:06 +08:00
dfe3f130fb
1,436 built-in shapes (clip art, Active Directory, ...) carry editor-relative image paths (image=img/lib/... or image=/img/...) that only resolve inside the draw.io editor's own origin — in the MCP viewer iframe or an exported file they render as broken images. searchShapesWithMeta now rewrites them to https://app.diagrams.net/ (already CSP-whitelisted in the app server) at search time, which also covers stale CDN-fetched index copies. Absolute and data: URIs are left untouched. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>