@lumeo-ui/mcp-server 4.1.0-preview.1 → 4.1.0-preview.2
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 +4 -3
- package/src/registry.json +6 -6
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lumeo-ui/mcp-server",
|
|
3
|
-
"version": "4.1.0-preview.
|
|
3
|
+
"version": "4.1.0-preview.2",
|
|
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,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://lumeo.nativ.sh/components-api-schema.json",
|
|
3
|
-
"version": "4.1.0-preview.
|
|
4
|
-
"generated": "2026-07-
|
|
3
|
+
"version": "4.1.0-preview.2",
|
|
4
|
+
"generated": "2026-07-02T13:28:47.5523732Z",
|
|
5
5
|
"stats": {
|
|
6
6
|
"componentCount": 164,
|
|
7
7
|
"totalParameters": 4166,
|
|
@@ -53378,7 +53378,8 @@
|
|
|
53378
53378
|
"values": [
|
|
53379
53379
|
"Default",
|
|
53380
53380
|
"Card",
|
|
53381
|
-
"Pill"
|
|
53381
|
+
"Pill",
|
|
53382
|
+
"Underline"
|
|
53382
53383
|
],
|
|
53383
53384
|
"description": null
|
|
53384
53385
|
},
|
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.
|
|
4
|
-
"generated": "2026-07-
|
|
3
|
+
"version": "4.1.0-preview.2",
|
|
4
|
+
"generated": "2026-07-02T13:28:45.9888660Z",
|
|
5
5
|
"components": {
|
|
6
6
|
"accordion": {
|
|
7
7
|
"name": "Accordion",
|
|
@@ -3830,8 +3830,8 @@
|
|
|
3830
3830
|
"registryUrl": "https://lumeo.nativ.sh/registry/overlay.json",
|
|
3831
3831
|
"testCoverage": {
|
|
3832
3832
|
"tier": 3,
|
|
3833
|
-
"files":
|
|
3834
|
-
"tests":
|
|
3833
|
+
"files": 6,
|
|
3834
|
+
"tests": 39,
|
|
3835
3835
|
"relatedFiles": 0,
|
|
3836
3836
|
"render": true,
|
|
3837
3837
|
"behavior": true,
|
|
@@ -5992,8 +5992,8 @@
|
|
|
5992
5992
|
"registryUrl": "https://lumeo.nativ.sh/registry/tabs.json",
|
|
5993
5993
|
"testCoverage": {
|
|
5994
5994
|
"tier": 3,
|
|
5995
|
-
"files":
|
|
5996
|
-
"tests":
|
|
5995
|
+
"files": 13,
|
|
5996
|
+
"tests": 64,
|
|
5997
5997
|
"relatedFiles": 0,
|
|
5998
5998
|
"render": true,
|
|
5999
5999
|
"behavior": true,
|