You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Migrated to MCP SDK v2 (spec 2026-07-28) — the breaking change behind the major. Tool registration, transport and capability negotiation follow the new SDK; clients pinned to SDK v1 behavior need to update.
Added
Icon search quality: acronym/abbreviation expansion in queries, word-normalized scoring with noise filtering, OCI and blob-storage aliases, Kubernetes pack indexed under full resource names.
Icon-search eval harness (offline gold set, recall@3) and an end-to-end tool-call latency benchmark (npm run test:*).
Security CI: Gitleaks, osv-scanner, Semgrep and CodeQL (security.yml), OpenSSF Scorecard, Hadolint + Trivy on the images, all actions pinned by full SHA.
Fixed
Frontend merges canonical server state on initial_elements re-broadcast instead of staying divergent forever.
Arrows/lines loaded through the canvas convert pipeline are now re-normalized (points[0] forced to [0,0]). Excalidraw requires this; without it a loaded arrow logged "Linear element is not normalized" and jumped off-screen on the first drag or select — it looked like the arrow vanished. Regression test: npm run test:arrow-drag (drives a real browser drag via Playwright).
Vendor icon packs excluded from the npm tarball.
nanoid (transitive, via mermaid-to-excalidraw) bumped to 5; verified in browser.
Docker smoke test resolved the canvas image by full SHA while metadata-action published the short one — image sha tags now use format=long.
Performance
Iconify network fallback only fires when no bundled source matches; domain-first index scan with early reject; normalized names precomputed at index build.
Logger streams to a file sink instead of per-line appendFileSync; Express etag/x-powered-by disabled on the local tool API.