@lumeo-ui/mcp-server 3.14.0 → 3.15.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/package.json +1 -1
- package/src/components-api.json +19 -3
- package/src/registry.json +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lumeo-ui/mcp-server",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.15.0",
|
|
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",
|
package/src/components-api.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://lumeo.nativ.sh/components-api-schema.json",
|
|
3
|
-
"version": "3.
|
|
4
|
-
"generated": "2026-06-
|
|
3
|
+
"version": "3.15.0",
|
|
4
|
+
"generated": "2026-06-18T08:02:42.3248717Z",
|
|
5
5
|
"stats": {
|
|
6
6
|
"componentCount": 163,
|
|
7
|
-
"totalParameters":
|
|
7
|
+
"totalParameters": 4070,
|
|
8
8
|
"totalEnums": 74,
|
|
9
9
|
"totalRecords": 70,
|
|
10
10
|
"serviceCount": 33,
|
|
@@ -42962,6 +42962,14 @@
|
|
|
42962
42962
|
"isCascading": false,
|
|
42963
42963
|
"captureUnmatched": false
|
|
42964
42964
|
},
|
|
42965
|
+
{
|
|
42966
|
+
"name": "AriaLabel",
|
|
42967
|
+
"type": "string?",
|
|
42968
|
+
"default": null,
|
|
42969
|
+
"description": "Screen-reader name for the loading placeholder. Defaults to \"Loading\"; set a localized string (or pass aria-label directly) so it announces in the app's language.",
|
|
42970
|
+
"isCascading": false,
|
|
42971
|
+
"captureUnmatched": false
|
|
42972
|
+
},
|
|
42965
42973
|
{
|
|
42966
42974
|
"name": "Class",
|
|
42967
42975
|
"type": "string?",
|
|
@@ -44151,6 +44159,14 @@
|
|
|
44151
44159
|
"isCascading": false,
|
|
44152
44160
|
"captureUnmatched": false
|
|
44153
44161
|
},
|
|
44162
|
+
{
|
|
44163
|
+
"name": "AriaLabel",
|
|
44164
|
+
"type": "string?",
|
|
44165
|
+
"default": null,
|
|
44166
|
+
"description": "Screen-reader name when there is no visible Label. Defaults to \"Loading\"; set it to a localized string (or pass aria-label directly) so the spinner announces in the app's language.",
|
|
44167
|
+
"isCascading": false,
|
|
44168
|
+
"captureUnmatched": false
|
|
44169
|
+
},
|
|
44154
44170
|
{
|
|
44155
44171
|
"name": "Color",
|
|
44156
44172
|
"type": "string?",
|
package/src/registry.json
CHANGED