@godxjp/ui-mcp 16.7.1 → 17.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 CHANGED
@@ -1,6 +1,9 @@
1
1
  # @godxjp/ui-mcp
2
2
 
3
3
  Model Context Protocol server for [`@godxjp/ui`](https://github.com/godx-jp/godxjp-ui).
4
+ The `godx-ui://compatibility` resource reports the MCP/server version and compatible UI release.
5
+ UI and MCP ship from the same source commit and minor release train; consumers must surface a
6
+ version mismatch instead of silently applying stale guidance.
4
7
  Gives **Claude Code**, **Codex CLI**, **Cursor**, **Cline**, **Continue**, or any
5
8
  MCP-aware agent live access to:
6
9
 
@@ -142,7 +145,7 @@ Total: ~3 KB. Versus naive "give me everything about @godxjp/ui" = 50+ KB.
142
145
 
143
146
  ---
144
147
 
145
- ## Tools (23)
148
+ ## Tools (24)
146
149
 
147
150
  > **Building an app with @godxjp/ui?** Start with `list_consumer_skills` / `route_consumer_task`
148
151
  > (the Consumer namespace below) — they hide library-maintenance material. The data tools
@@ -188,6 +191,7 @@ Total: ~3 KB. Versus naive "give me everything about @godxjp/ui" = 50+ KB.
188
191
  | `route_consumer_task` | Natural-language task → consumer skill+section (never core) | ~300 B |
189
192
  | `get_consumer_skill` | One section of one consumer skill; refuses core-only skills | ~2 KB |
190
193
  | `draft_bug_report` | Drafts a GitHub issue body + a `gh issue create` command for a lib bug | ~1 KB |
194
+ | `check_compatibility` | Match/mismatch verdict: installed @godxjp/ui version vs this catalog | ~500 B |
191
195
 
192
196
  ### Lint (one-shot critique)
193
197