@lumeo-ui/mcp-server 2.0.1 → 2.1.1
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/dist/index.js +1 -1
- package/package.json +1 -1
- package/src/components-api.json +1 -1
- package/src/registry.json +2 -2
package/dist/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lumeo-ui/mcp-server",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.1.1",
|
|
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
|
@@ -15387,7 +15387,7 @@
|
|
|
15387
15387
|
"name": "DataGrid",
|
|
15388
15388
|
"category": "Data Display",
|
|
15389
15389
|
"subcategory": "Tables",
|
|
15390
|
-
"description": "Enterprise grid: sort, filter, inline edit, group, pin, virtualize, export.",
|
|
15390
|
+
"description": "Enterprise grid: sort, filter, inline edit, multi-level group (client + server), pin, virtualize, export.",
|
|
15391
15391
|
"nugetPackage": "Lumeo.DataGrid",
|
|
15392
15392
|
"files": [
|
|
15393
15393
|
"UI/DataGrid/DataGrid.razor",
|
package/src/registry.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://lumeo.nativ.sh/registry-schema.json",
|
|
3
|
-
"version": "2.0
|
|
3
|
+
"version": "2.1.0",
|
|
4
4
|
"generated": "2026-05-19T14:33:48.2437097Z",
|
|
5
5
|
"components": {
|
|
6
6
|
"accordion": {
|
|
@@ -948,7 +948,7 @@
|
|
|
948
948
|
"name": "DataGrid",
|
|
949
949
|
"category": "Data Display",
|
|
950
950
|
"subcategory": "Tables",
|
|
951
|
-
"description": "Enterprise grid: sort, filter, inline edit, group, pin, virtualize, export.",
|
|
951
|
+
"description": "Enterprise grid: sort, filter, inline edit, multi-level group (client + server), pin, virtualize, export.",
|
|
952
952
|
"thumbnail": "/preview-cards/data-grid.png",
|
|
953
953
|
"hasDocsPage": true,
|
|
954
954
|
"nugetPackage": "Lumeo.DataGrid",
|