Releases: mabaty/craft-skill
Releases · mabaty/craft-skill
Release list
v2.0.2 — Highlight Color & Block Color Fixes
Two corrections found during testing:
Fixed:
- Highlight colors use named values (yellow, red, cyan, purple, etc.), not arbitrary hex codes. Full list: yellow, green, mint, cyan, blue, purple, pink, red, gray, gradient-blue, gradient-purple, gradient-red, gradient-yellow, gradient-brown
- Block color is a top-level
colorfield on the block object, not inside thedecorationsarray
v2.0.1
Fixes and additions after reviewing the Craft Space API documentation.
Fixed:
codeLanguage→language(canonical API field name)- Font values use canonical names (serif, rounded, mono) with MCP aliases noted
Added:
- Production data safety warning (from Craft API 'Note for AI')
- 7 missing block types: image, video, file, drawing, table, richUrl, card/page
- Full code language list (38+ languages)
- Markdown special tokens: callout, caption, highlight colors, nested pages, block/date links
- Text alignment (left/center/right/justify)
- Block colors via decorations
- Divider lineStyle values (strong/regular/light/extraLight/pageBreak)
- --fetchMetadata and --depth documentation for blocks get
- indentationLevel range (0–5)
- Document ID = root block ID clarification
- Safety check added to pre-finalize checklist
v2.0.0
Rewrite for Craft MCP v2 unified API.
- Documents craft_write / craft_read / blocks_revert tool model
- Covers all v2 features: collections (new items-add format), whiteboards, comments, page styling (themes, washi, backdrops, covers)
- Updated collections API: --items JSON with task_name + properties
- Whiteboard elements: Excalidraw-compatible JSON
- blocks_revert undo mechanism
- Batching with semicolons, execution stops on first failure
- v1.0.0 tag preserved for users on MCP v1