Skip to content

v1.3.2

Choose a tag to compare

@shawndslee shawndslee released this 24 Apr 20:37
· 36 commits to main since this release
2372665

Bug Fixes

  • core: allow empty string for codeGroup.items[].code in doc-content-v1 schema — Studio produces code: "" as a placeholder; the validator previously rejected it, breaking Studio→MCP round-trips (#48)

Improvements

  • mcp: add description fields to all 33 tool inputSchema properties — LLM clients can now infer correct argument names and formats without trial-and-error; key additions include pageId vs id disambiguation, nav_set ordering constraint, and page_create field semantics (#48)
  • docs: add MCP Tool Integration Notes section to AGENTS.md covering ok-field checking, page-first/nav-second ordering, pageId vs id naming, and dryRun usage