You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
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