@godxjp/ui-mcp 0.21.3 → 0.22.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 +3 -3
- package/dist/index.js +1126 -6
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -7,7 +7,7 @@ MCP-aware agent live access to:
|
|
|
7
7
|
- 80+ component catalog (props, types, defaults, examples)
|
|
8
8
|
- 14 shared prop-vocabulary types (`SizeProp`, `ColorProp`, `LoadingProp`, …)
|
|
9
9
|
- 48 design tokens across the primitive / semantic / component tiers
|
|
10
|
-
-
|
|
10
|
+
- 46 cardinal rules from `CLAUDE.md`
|
|
11
11
|
- 9 canonical copy-paste-ready patterns (sign-up, settings, data-table, …)
|
|
12
12
|
- 15 design skills, each tagged by **audience** — 12 taste-family (taste / soft / minimalist /
|
|
13
13
|
brutalist / gpt-tasteskill / redesign / output / brandkit / stitch / imagegen-mobile /
|
|
@@ -166,7 +166,7 @@ Total: ~3 KB. Versus naive "give me everything about @godxjp/ui" = 50+ KB.
|
|
|
166
166
|
| `get_skill_section` | ONE section of ONE skill | ~2 KB |
|
|
167
167
|
| `get_component` | Full API for one component | ~2 KB |
|
|
168
168
|
| `get_pattern` | Full code snippet for one pattern | ~3 KB |
|
|
169
|
-
| `get_rule` | One cardinal rule (or all
|
|
169
|
+
| `get_rule` | One cardinal rule (or all 43) | ~500 B / ~10 KB |
|
|
170
170
|
| `get_vocab` | One vocab type (or all 14) | ~500 B / ~3 KB |
|
|
171
171
|
| `get_tokens` | Tokens (optionally by category) | ~5 KB |
|
|
172
172
|
|
|
@@ -270,7 +270,7 @@ consumer/core guides are framework-native.
|
|
|
270
270
|
| `godx-ui://prop-vocabulary` | JSON | Shared vocab |
|
|
271
271
|
| `godx-ui://tokens` | JSON | All tokens |
|
|
272
272
|
| `godx-ui://tokens/{category}` | JSON | Tokens by category |
|
|
273
|
-
| `godx-ui://rules` | Markdown | All
|
|
273
|
+
| `godx-ui://rules` | Markdown | All 43 rules |
|
|
274
274
|
| `godx-ui://rules/{number}` | Markdown | One rule |
|
|
275
275
|
| `godx-ui://patterns` | JSON | Pattern index |
|
|
276
276
|
| `godx-ui://patterns/{name}` | Markdown | One pattern |
|