Added
Code widget tools (6, v2-experimental): miro_create_code_widget, miro_get_code_widget, miro_list_code_widgets, miro_update_code_widget, miro_move_code_widget, miro_delete_code_widget — syntax-highlighted code snippets on boards, mapped 1:1 to Miro's six /v2-experimental/boards/{board_id}/code_widgets endpoints.
- Field caps validated client-side per the spec (code ≤ 6000 chars, title ≤ 100)
- List responses return 80-char code previews with cursor pagination (default 50, max 100); full source via the get tool
- 403/404 responses carry a hint that the experimental API may be unavailable for the account or plan
- Delete supports
dry_run=trueand is annotatedDestructive
Tool count: 92 → 98.
Docs
- Official-MCP comparison refreshed against Miro's current documentation (31 documented official tools as of 21-07-2026), including the rows the official server wins (comments, prototypes, AI context).
Full changelog: https://github.com/olgasafonova/miro-mcp-server/blob/main/CHANGELOG.md