Fixed
- Fresh installs were crashing on startup with
ModuleNotFoundError: No module named 'mcp.server.fastmcp'— themcpSDK 2.0.0 (released upstream) removed thefastmcpmodule and our dependency had no upper bound. Now pinned tomcp[cli]>=1.0.0,<2.0.0. Anyone who installed recently viauvx/pipand hit the crash: upgrade to 0.5.3. list_diagram_typesnow reports the correct tool nameexport_diagram(was showing the internalexport_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.