@morya-ui/mcp 0.2.9 → 0.3.0

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/README.md CHANGED
@@ -90,7 +90,7 @@ Component lookup accepts common aliases such as `DataTable`, `数据表格`, `Pa
90
90
  **Plan a page:**
91
91
 
92
92
  1. `recommend_page` with business intent, page type, and features
93
- 2. `get_golden_page` for the matched golden sample (`list-page`, `form-page`, `dashboard-page`, `login-page`, `landing-page`, `empty-state`)
93
+ 2. `get_golden_page` for the matched golden sample (`list-page`, `form-page`, `form-in-dialog`, `detail-page`, `dashboard-page`, `login-page`, `landing-page`, `empty-state`, `result-page`, `settings-page`, `wizard-form`). `includeScaffold` returns that golden source when available.
94
94
  3. `get_pattern` for the returned `matchedPattern`
95
95
  4. `get_design_rules` for MPage* composition recipes
96
96
  5. `get_component` / `get_example` for core components (including `Page`)