@lumeo-ui/mcp-server 3.2.2 → 3.2.3

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": "3.2.2",
3
+ "version": "3.2.3",
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,10 +1,10 @@
1
1
  {
2
2
  "$schema": "https://lumeo.nativ.sh/components-api-schema.json",
3
- "version": "3.2.2",
4
- "generated": "2026-05-25T14:31:25.4994320Z",
3
+ "version": "3.2.3",
4
+ "generated": "2026-05-25T21:49:08.4355982Z",
5
5
  "stats": {
6
6
  "componentCount": 154,
7
- "totalParameters": 3746,
7
+ "totalParameters": 3748,
8
8
  "totalEnums": 65,
9
9
  "totalRecords": 63,
10
10
  "thinFallbacks": []
@@ -29002,6 +29002,14 @@
29002
29002
  "isCascading": false,
29003
29003
  "captureUnmatched": false
29004
29004
  },
29005
+ {
29006
+ "name": "AriaLabel",
29007
+ "type": "string?",
29008
+ "default": null,
29009
+ "description": null,
29010
+ "isCascading": false,
29011
+ "captureUnmatched": false
29012
+ },
29005
29013
  {
29006
29014
  "name": "Name",
29007
29015
  "type": "string?",
@@ -31993,6 +32001,14 @@
31993
32001
  "isCascading": false,
31994
32002
  "captureUnmatched": false
31995
32003
  },
32004
+ {
32005
+ "name": "AriaLabel",
32006
+ "type": "string?",
32007
+ "default": null,
32008
+ "description": null,
32009
+ "isCascading": false,
32010
+ "captureUnmatched": false
32011
+ },
31996
32012
  {
31997
32013
  "name": "Class",
31998
32014
  "type": "string?",
package/src/registry.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://lumeo.nativ.sh/registry-schema.json",
3
- "version": "3.2.2",
4
- "generated": "2026-05-25T14:31:24.2390142Z",
3
+ "version": "3.2.3",
4
+ "generated": "2026-05-25T21:49:07.0469484Z",
5
5
  "components": {
6
6
  "accordion": {
7
7
  "name": "Accordion",