Skip to content

v0.5.3 — fix fresh installs broken by mcp SDK 2.0

Latest

Choose a tag to compare

@richard-low-low richard-low-low released this 07 Aug 03:59

Fixed

  • Fresh installs were crashing on startup with ModuleNotFoundError: No module named 'mcp.server.fastmcp' — the mcp SDK 2.0.0 (released upstream) removed the fastmcp module and our dependency had no upper bound. Now pinned to mcp[cli]>=1.0.0,<2.0.0. Anyone who installed recently via uvx/pip and hit the crash: upgrade to 0.5.3.
  • list_diagram_types now reports the correct tool name export_diagram (was showing the internal export_to_svg).

Added

  • README showcase with generated example diagrams (flowchart / architecture / mind map)
  • Dockerfile for MCP directory build checks
  • opencode / Cursor config examples

Migration to mcp SDK 2.x is tracked separately.