Skip to content

Releases: mabaty/craft-skill

v2.0.2 — Highlight Color & Block Color Fixes

Choose a tag to compare

@mabaty mabaty released this 28 Jun 14:57

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 color field on the block object, not inside the decorations array

v2.0.1

Choose a tag to compare

@mabaty mabaty released this 28 Jun 14:23

Fixes and additions after reviewing the Craft Space API documentation.

Fixed:

  • codeLanguagelanguage (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

Choose a tag to compare

@mabaty mabaty released this 28 Jun 14:23

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

v1.00

Choose a tag to compare

@mabaty mabaty released this 28 Jun 12:36

Initial public release.

Designed for Craft.do MCP v1