@godxjp/ui-mcp 18.3.0 → 18.5.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.
Files changed (3) hide show
  1. package/README.md +11 -10
  2. package/dist/index.js +827 -156
  3. package/package.json +2 -2
package/README.md CHANGED
@@ -62,7 +62,7 @@ npx @godxjp/ui-mcp
62
62
  }
63
63
  ```
64
64
 
65
- Restart Claude Code. The 21 tools appear under `mcp__godx_ui__*`.
65
+ Restart Claude Code. The 25 tools appear under `mcp__godx_ui__*`.
66
66
 
67
67
  ### Codex CLI
68
68
 
@@ -145,7 +145,7 @@ Total: ~3 KB. Versus naive "give me everything about @godxjp/ui" = 50+ KB.
145
145
 
146
146
  ---
147
147
 
148
- ## Tools (24)
148
+ ## Tools (25)
149
149
 
150
150
  > **Building an app with @godxjp/ui?** Start with `list_consumer_skills` / `route_consumer_task`
151
151
  > (the Consumer namespace below) — they hide library-maintenance material. The data tools
@@ -166,14 +166,15 @@ Total: ~3 KB. Versus naive "give me everything about @godxjp/ui" = 50+ KB.
166
166
 
167
167
  ### Drill-down (medium responses — after discovery)
168
168
 
169
- | Tool | Returns | Size |
170
- | ------------------- | --------------------------------- | --------------- |
171
- | `get_skill_section` | ONE section of ONE skill | ~2 KB |
172
- | `get_component` | Full API for one component | ~2 KB |
173
- | `get_pattern` | Full code snippet for one pattern | ~3 KB |
174
- | `get_rule` | One cardinal rule (or all 43) | ~500 B / ~10 KB |
175
- | `get_vocab` | One vocab type (or all 14) | ~500 B / ~3 KB |
176
- | `get_tokens` | Tokens (optionally by category) | ~5 KB |
169
+ | Tool | Returns | Size |
170
+ | -------------------- | --------------------------------------------------------------------------------------------------------------------------------------------- | --------------- |
171
+ | `get_skill_section` | ONE section of ONE skill | ~2 KB |
172
+ | `get_component` | Full API for one component | ~2 KB |
173
+ | `get_pattern` | Full code snippet for one pattern | ~3 KB |
174
+ | `get_rule` | One cardinal rule (or all 43) | ~500 B / ~10 KB |
175
+ | `get_vocab` | One vocab type (or all 14) | ~500 B / ~3 KB |
176
+ | `get_tokens` | Tokens (optionally by category) | ~5 KB |
177
+ | `get_frame_coverage` | Frame-contract coverage for one export (or the totals). Reports `UNTESTED` explicitly — never infers support from a happy-path example (#163) | ~1 KB |
177
178
 
178
179
  ### Task routing (smallest — pointer only)
179
180