@urbicon-ui/mcp-server 8.4.0 → 8.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.
- package/README.md +1 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -96,7 +96,7 @@ All tools are read-only (`readOnlyHint: true`) — this server never touches the
|
|
|
96
96
|
| -------------------------------- | -------------------------------------------------------------------------------------------------- |
|
|
97
97
|
| `urbicon://catalog` | Full component catalog in Markdown — used as the LLM's default context |
|
|
98
98
|
| `urbicon://guide/api-grammar` | Canonical prop conventions (`intent`, `variant`, `size`, callbacks) |
|
|
99
|
-
| `urbicon://guide/design-quality` | AVOID/INSTEAD
|
|
99
|
+
| `urbicon://guide/design-quality` | AVOID/INSTEAD design-quality patterns — spacing, hierarchy, colour and shape discipline |
|
|
100
100
|
| `urbicon://guide/component-families` | Six-family component taxonomy - ARIA roles and per-family border-token source |
|
|
101
101
|
| `urbicon://guide/customization` | `unstyled` / `slotClasses` / `preset` override system + `BlocksProvider` overrides |
|
|
102
102
|
| `urbicon://guide/auth` | Complete auth reference - served verbatim from the bundled, tarball-canonical `AUTH.md` |
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@urbicon-ui/mcp-server",
|
|
3
|
-
"version": "8.
|
|
3
|
+
"version": "8.5.0",
|
|
4
4
|
"description": "Model Context Protocol server exposing the Urbicon UI component catalog, recipes and design intelligence to LLM agents",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
@@ -39,8 +39,8 @@
|
|
|
39
39
|
},
|
|
40
40
|
"dependencies": {
|
|
41
41
|
"@modelcontextprotocol/sdk": "^1.30.0",
|
|
42
|
-
"@urbicon-ui/design-content": "8.
|
|
43
|
-
"@urbicon-ui/design-engine": "8.
|
|
42
|
+
"@urbicon-ui/design-content": "8.5.0",
|
|
43
|
+
"@urbicon-ui/design-engine": "8.5.0",
|
|
44
44
|
"zod": "^4.3.6"
|
|
45
45
|
},
|
|
46
46
|
"devDependencies": {
|