@godxjp/ui-mcp 13.17.4 → 14.0.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/README.md CHANGED
@@ -142,7 +142,7 @@ Total: ~3 KB. Versus naive "give me everything about @godxjp/ui" = 50+ KB.
142
142
 
143
143
  ---
144
144
 
145
- ## Tools (21)
145
+ ## Tools (23)
146
146
 
147
147
  > **Building an app with @godxjp/ui?** Start with `list_consumer_skills` / `route_consumer_task`
148
148
  > (the Consumer namespace below) — they hide library-maintenance material. The data tools
@@ -151,13 +151,15 @@ Total: ~3 KB. Versus naive "give me everything about @godxjp/ui" = 50+ KB.
151
151
 
152
152
  ### Discovery (small responses — start here)
153
153
 
154
- | Tool | Returns | Size |
155
- | ---------------------- | ------------------------------------------------------------ | ------ |
156
- | `list_skills` | 15 design skills (audience-tagged) + section ids | ~1 KB |
157
- | `list_primitives` | All components, grouped + tagline. Optional `group` filter. | ~3 KB |
158
- | `list_patterns` | 7 canonical patterns + taglines | ~500 B |
159
- | `list_anti_ai_tells` | 20+ AI-tell patterns. Optional `category` filter. | ~2 KB |
160
- | `list_redesign_checks` | 50+ audit checks + fix priority. Optional `category` filter. | ~5 KB |
154
+ | Tool | Returns | Size |
155
+ | ---------------------- | -------------------------------------------------------------------------------------------------------------------------------------- | ------ |
156
+ | `list_skills` | 15 design skills (audience-tagged) + section ids | ~1 KB |
157
+ | `list_primitives` | All components, grouped + tagline. Optional `group` filter. | ~3 KB |
158
+ | `list_patterns` | 7 canonical patterns + taglines | ~500 B |
159
+ | `list_anti_ai_tells` | 20+ AI-tell patterns. Optional `category` filter. | ~2 KB |
160
+ | `list_redesign_checks` | 50+ audit checks + fix priority. Optional `category` filter. | ~5 KB |
161
+ | `list_audit_rules` | Local STATIC ui-audit rules (WCAG/ARIA/Intl/ISO/CSS-Logical) to run BEFORE a visual pass. Optional `category` filter. | ~3 KB |
162
+ | `list_visual_checks` | RUNTIME visual-audit checks (Playwright + axe-core: contrast, target-size, chroma, emoji, banner anatomy). Optional `category` filter. | ~2 KB |
161
163
 
162
164
  ### Drill-down (medium responses — after discovery)
163
165