@lumeo-ui/mcp-server 3.0.4 → 3.0.5
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 +5 -2
- package/src/registry.json +8 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lumeo-ui/mcp-server",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.5",
|
|
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": "3.0.
|
|
4
|
-
"generated": "2026-05-
|
|
3
|
+
"version": "3.0.5",
|
|
4
|
+
"generated": "2026-05-22T08:15:04.0950107Z",
|
|
5
5
|
"stats": {
|
|
6
6
|
"componentCount": 149,
|
|
7
7
|
"totalParameters": 3580,
|
|
@@ -19624,6 +19624,7 @@
|
|
|
19624
19624
|
"--color-border",
|
|
19625
19625
|
"--color-muted",
|
|
19626
19626
|
"--color-muted-foreground",
|
|
19627
|
+
"--color-ring",
|
|
19627
19628
|
"--radius"
|
|
19628
19629
|
],
|
|
19629
19630
|
"examples": [
|
|
@@ -23893,6 +23894,7 @@
|
|
|
23893
23894
|
"cssVars": [
|
|
23894
23895
|
"--color-muted",
|
|
23895
23896
|
"--color-muted-foreground",
|
|
23897
|
+
"--color-ring",
|
|
23896
23898
|
"--radius"
|
|
23897
23899
|
],
|
|
23898
23900
|
"examples": [
|
|
@@ -33420,6 +33422,7 @@
|
|
|
33420
33422
|
"--color-foreground",
|
|
33421
33423
|
"--color-muted",
|
|
33422
33424
|
"--color-muted-foreground",
|
|
33425
|
+
"--color-ring",
|
|
33423
33426
|
"--radius"
|
|
33424
33427
|
],
|
|
33425
33428
|
"examples": [
|
package/src/registry.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://lumeo.nativ.sh/registry-schema.json",
|
|
3
|
-
"version": "3.0.
|
|
4
|
-
"generated": "2026-05-
|
|
3
|
+
"version": "3.0.5",
|
|
4
|
+
"generated": "2026-05-22T08:15:03.0005336Z",
|
|
5
5
|
"components": {
|
|
6
6
|
"accordion": {
|
|
7
7
|
"name": "Accordion",
|
|
@@ -1187,7 +1187,9 @@
|
|
|
1187
1187
|
"UI/Dialog/DialogTitle.razor",
|
|
1188
1188
|
"UI/Dialog/DialogTrigger.razor"
|
|
1189
1189
|
],
|
|
1190
|
-
"dependencies": [
|
|
1190
|
+
"dependencies": [
|
|
1191
|
+
"button"
|
|
1192
|
+
],
|
|
1191
1193
|
"packageDependencies": [
|
|
1192
1194
|
"Blazicons.Lucide"
|
|
1193
1195
|
],
|
|
@@ -1196,6 +1198,7 @@
|
|
|
1196
1198
|
"--color-border",
|
|
1197
1199
|
"--color-muted",
|
|
1198
1200
|
"--color-muted-foreground",
|
|
1201
|
+
"--color-ring",
|
|
1199
1202
|
"--radius"
|
|
1200
1203
|
],
|
|
1201
1204
|
"registryUrl": "https://lumeo.nativ.sh/registry/dialog.json"
|
|
@@ -1624,6 +1627,7 @@
|
|
|
1624
1627
|
"cssVars": [
|
|
1625
1628
|
"--color-muted",
|
|
1626
1629
|
"--color-muted-foreground",
|
|
1630
|
+
"--color-ring",
|
|
1627
1631
|
"--radius"
|
|
1628
1632
|
],
|
|
1629
1633
|
"registryUrl": "https://lumeo.nativ.sh/registry/image.json"
|
|
@@ -2803,6 +2807,7 @@
|
|
|
2803
2807
|
"--color-foreground",
|
|
2804
2808
|
"--color-muted",
|
|
2805
2809
|
"--color-muted-foreground",
|
|
2810
|
+
"--color-ring",
|
|
2806
2811
|
"--radius"
|
|
2807
2812
|
],
|
|
2808
2813
|
"registryUrl": "https://lumeo.nativ.sh/registry/sheet.json"
|