@lumeo-ui/mcp-server 4.1.0-preview.7 → 4.1.0-preview.8

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lumeo-ui/mcp-server",
3
- "version": "4.1.0-preview.7",
3
+ "version": "4.1.0-preview.8",
4
4
  "description": "Model Context Protocol server for the Lumeo Blazor component library. Lets LLMs (Claude, Copilot, Cursor) author correct Lumeo markup.",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://lumeo.nativ.sh/components-api-schema.json",
3
- "version": "4.1.0-preview.7",
4
- "generated": "2026-07-04T12:05:44.0829175Z",
3
+ "version": "4.1.0-preview.8",
4
+ "generated": "2026-07-04T14:08:12.3529665Z",
5
5
  "stats": {
6
6
  "componentCount": 164,
7
7
  "totalParameters": 4178,
@@ -26079,6 +26079,8 @@
26079
26079
  "columnheader",
26080
26080
  "dialog",
26081
26081
  "gridcell",
26082
+ "menu",
26083
+ "menuitem",
26082
26084
  "row",
26083
26085
  "status"
26084
26086
  ],
@@ -26087,6 +26089,7 @@
26087
26089
  "aria-colcount",
26088
26090
  "aria-colindex",
26089
26091
  "aria-expanded",
26092
+ "aria-haspopup",
26090
26093
  "aria-hidden",
26091
26094
  "aria-label",
26092
26095
  "aria-level",
package/src/registry.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://lumeo.nativ.sh/registry-schema.json",
3
- "version": "4.1.0-preview.7",
4
- "generated": "2026-07-04T12:05:43.2153616Z",
3
+ "version": "4.1.0-preview.8",
4
+ "generated": "2026-07-04T14:08:10.5094452Z",
5
5
  "components": {
6
6
  "accordion": {
7
7
  "name": "Accordion",
@@ -1737,8 +1737,8 @@
1737
1737
  "registryUrl": "https://lumeo.nativ.sh/registry/data-grid.json",
1738
1738
  "testCoverage": {
1739
1739
  "tier": 4,
1740
- "files": 32,
1741
- "tests": 201,
1740
+ "files": 33,
1741
+ "tests": 207,
1742
1742
  "relatedFiles": 0,
1743
1743
  "render": true,
1744
1744
  "behavior": true,