@sudajs/cli 0.7.2 → 0.8.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -1640,7 +1640,7 @@ async function startMcpServer() {
1640
1640
  server.registerTool(
1641
1641
  "get_page_schema",
1642
1642
  {
1643
- description: "Return the AI-first output schema for generating Suda page content, including all section schemas.",
1643
+ description: "Return the AI-first output schema for generating Suda page content, including all section schemas. Field schemas include dynamic visibility metadata for Suda visibleIf fields.",
1644
1644
  inputSchema: {
1645
1645
  theme: z.string(),
1646
1646
  version: z.string().optional(),
@@ -1661,7 +1661,7 @@ async function startMcpServer() {
1661
1661
  server.registerTool(
1662
1662
  "get_section_schema",
1663
1663
  {
1664
- description: "Return the AI-first output schema for one section component in a theme.",
1664
+ description: "Return the AI-first output schema for one section component in a theme. Field schemas include dynamic visibility metadata for Suda visibleIf fields.",
1665
1665
  inputSchema: {
1666
1666
  theme: z.string(),
1667
1667
  section: z.string(),