@godxjp/ui-mcp 22.0.0 → 23.0.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 +9 -9
- package/dist/index.js +58 -76
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -154,15 +154,15 @@ Total: ~3 KB. Versus naive "give me everything about @godxjp/ui" = 50+ KB.
|
|
|
154
154
|
|
|
155
155
|
### Discovery (small responses — start here)
|
|
156
156
|
|
|
157
|
-
| Tool | Returns
|
|
158
|
-
| ---------------------- |
|
|
159
|
-
| `list_skills` | 15 design skills (audience-tagged) + section ids
|
|
160
|
-
| `list_primitives` | All components, grouped + tagline. Optional `group` filter.
|
|
161
|
-
| `list_patterns` | 7 canonical patterns + taglines
|
|
162
|
-
| `list_anti_ai_tells` | 20+ AI-tell patterns. Optional `category` filter.
|
|
163
|
-
| `list_redesign_checks` | 50+ audit checks + fix priority. Optional `category` filter.
|
|
164
|
-
| `list_audit_rules` | Local STATIC ui-audit rules (WCAG/ARIA/Intl/ISO/CSS-Logical) to run BEFORE a visual pass. Optional `category` filter.
|
|
165
|
-
| `list_visual_checks` | RUNTIME visual-audit checks (Playwright
|
|
157
|
+
| Tool | Returns | Size |
|
|
158
|
+
| ---------------------- | --------------------------------------------------------------------------------------------------------------------------- | ------ |
|
|
159
|
+
| `list_skills` | 15 design skills (audience-tagged) + section ids | ~1 KB |
|
|
160
|
+
| `list_primitives` | All components, grouped + tagline. Optional `group` filter. | ~3 KB |
|
|
161
|
+
| `list_patterns` | 7 canonical patterns + taglines | ~500 B |
|
|
162
|
+
| `list_anti_ai_tells` | 20+ AI-tell patterns. Optional `category` filter. | ~2 KB |
|
|
163
|
+
| `list_redesign_checks` | 50+ audit checks + fix priority. Optional `category` filter. | ~5 KB |
|
|
164
|
+
| `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 |
|
|
165
|
+
| `list_visual_checks` | RUNTIME visual-audit checks (Playwright: contrast, target-size, chroma, emoji, banner anatomy). Optional `category` filter. | ~2 KB |
|
|
166
166
|
|
|
167
167
|
### Drill-down (medium responses — after discovery)
|
|
168
168
|
|