v1.0.0
1.0.0 — 2026-07-13
First public release. A fork of yctimlin/mcp_excalidraw rebuilt around standardized icon insertion.
Added
- Icon search & insertion:
search_official_icon+add_image— official AWS/Azure/GCP/OCI packs (user-supplied), bundled Kubernetes, simple-icons (CC0), Tabler (MIT), and Iconify (~200k icons, fetched on demand and cached to disk). - Community libraries:
search_library_items+insert_library_item(libraries.excalidraw.com). - Per-domain diagram conventions:
read_diagram_guideacceptsdiagramType(network, cloud-aws, cloud-gcp, cloud-azure, c4, erd, flowchart, sequence). - Auto-layout & validation:
batch_create_elementswithautoLayout: true, plusvalidate_layout. - 31 MCP tools total; live canvas with real-time WebSocket sync (from upstream).
Changed
- Rebranded from
mcp_excalidrawtoexcalidraw-icons-mcp. - Dropped
winston(replaced by a small stderr+file logger) andmermaid(unused; provided transitively). Updated in-range dependencies.