@lumeo-ui/mcp-server 3.3.0 → 3.4.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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lumeo-ui/mcp-server",
3
- "version": "3.3.0",
3
+ "version": "3.4.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",
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "$schema": "https://lumeo.nativ.sh/components-api-schema.json",
3
- "version": "3.3.0",
4
- "generated": "2026-05-27T15:06:23.0568446Z",
3
+ "version": "3.4.0",
4
+ "generated": "2026-05-27T17:35:13.2085363Z",
5
5
  "stats": {
6
- "componentCount": 157,
7
- "totalParameters": 3808,
8
- "totalEnums": 68,
6
+ "componentCount": 162,
7
+ "totalParameters": 3846,
8
+ "totalEnums": 69,
9
9
  "totalRecords": 63,
10
10
  "thinFallbacks": []
11
11
  },
@@ -16036,6 +16036,82 @@
16036
16036
  "parseFailed": false,
16037
16037
  "parseError": null
16038
16038
  },
16039
+ "CTASection": {
16040
+ "name": "CTASection",
16041
+ "category": "Utility",
16042
+ "subcategory": null,
16043
+ "description": "CTASection component.",
16044
+ "nugetPackage": "Lumeo",
16045
+ "files": [
16046
+ "UI/CTASection/CTASection.razor"
16047
+ ],
16048
+ "namespace": "Lumeo",
16049
+ "inheritsFrom": null,
16050
+ "implements": [],
16051
+ "parameters": [
16052
+ {
16053
+ "name": "Title",
16054
+ "type": "string?",
16055
+ "default": null,
16056
+ "description": null,
16057
+ "isCascading": false,
16058
+ "captureUnmatched": false
16059
+ },
16060
+ {
16061
+ "name": "TitleSlot",
16062
+ "type": "RenderFragment?",
16063
+ "default": null,
16064
+ "description": null,
16065
+ "isCascading": false,
16066
+ "captureUnmatched": false
16067
+ },
16068
+ {
16069
+ "name": "Subtitle",
16070
+ "type": "string?",
16071
+ "default": null,
16072
+ "description": null,
16073
+ "isCascading": false,
16074
+ "captureUnmatched": false
16075
+ },
16076
+ {
16077
+ "name": "Actions",
16078
+ "type": "RenderFragment?",
16079
+ "default": null,
16080
+ "description": null,
16081
+ "isCascading": false,
16082
+ "captureUnmatched": false
16083
+ },
16084
+ {
16085
+ "name": "Class",
16086
+ "type": "string?",
16087
+ "default": null,
16088
+ "description": null,
16089
+ "isCascading": false,
16090
+ "captureUnmatched": false
16091
+ },
16092
+ {
16093
+ "name": "AdditionalAttributes",
16094
+ "type": "Dictionary<string, object>?",
16095
+ "default": null,
16096
+ "description": null,
16097
+ "isCascading": false,
16098
+ "captureUnmatched": true
16099
+ }
16100
+ ],
16101
+ "events": [],
16102
+ "enums": [],
16103
+ "records": [],
16104
+ "cssVars": [
16105
+ "--color-border",
16106
+ "--color-foreground",
16107
+ "--color-muted",
16108
+ "--color-muted-foreground"
16109
+ ],
16110
+ "examples": [],
16111
+ "subComponents": {},
16112
+ "parseFailed": false,
16113
+ "parseError": null
16114
+ },
16039
16115
  "DataGrid": {
16040
16116
  "name": "DataGrid",
16041
16117
  "category": "Data Display",
@@ -16648,6 +16724,14 @@
16648
16724
  "isCascading": false,
16649
16725
  "captureUnmatched": false
16650
16726
  },
16727
+ {
16728
+ "name": "SelectionKeySelector",
16729
+ "type": "Func<TItem, object?>?",
16730
+ "default": null,
16731
+ "description": "Optional key projector that identifies items across re-fetches. In server-mode where Items is a fresh instance per page-load, the default reference-based stale-selection cleanup wipes selections that survived a page. When this selector is set, the grid identifies stale-vs-still-selected rows by comparing keys instead of references — so a selection on page 1 stays applied after a page-2 fetch returns a fresh wrapper for the same logical row. Returning null from the selector for any item falls back to reference equality for that row.",
16732
+ "isCascading": false,
16733
+ "captureUnmatched": false
16734
+ },
16651
16735
  {
16652
16736
  "name": "Class",
16653
16737
  "type": "string?",
@@ -22069,6 +22153,158 @@
22069
22153
  "parseFailed": false,
22070
22154
  "parseError": null
22071
22155
  },
22156
+ "FeatureGrid": {
22157
+ "name": "FeatureGrid",
22158
+ "category": "Utility",
22159
+ "subcategory": null,
22160
+ "description": "Feature Grid component.",
22161
+ "nugetPackage": "Lumeo",
22162
+ "files": [
22163
+ "UI/FeatureGrid/FeatureGrid.razor"
22164
+ ],
22165
+ "namespace": "Lumeo",
22166
+ "inheritsFrom": null,
22167
+ "implements": [],
22168
+ "parameters": [
22169
+ {
22170
+ "name": "Title",
22171
+ "type": "string?",
22172
+ "default": null,
22173
+ "description": null,
22174
+ "isCascading": false,
22175
+ "captureUnmatched": false
22176
+ },
22177
+ {
22178
+ "name": "Subtitle",
22179
+ "type": "string?",
22180
+ "default": null,
22181
+ "description": null,
22182
+ "isCascading": false,
22183
+ "captureUnmatched": false
22184
+ },
22185
+ {
22186
+ "name": "Columns",
22187
+ "type": "int",
22188
+ "default": "3",
22189
+ "description": null,
22190
+ "isCascading": false,
22191
+ "captureUnmatched": false
22192
+ },
22193
+ {
22194
+ "name": "ChildContent",
22195
+ "type": "RenderFragment?",
22196
+ "default": null,
22197
+ "description": null,
22198
+ "isCascading": false,
22199
+ "captureUnmatched": false
22200
+ },
22201
+ {
22202
+ "name": "Class",
22203
+ "type": "string?",
22204
+ "default": null,
22205
+ "description": null,
22206
+ "isCascading": false,
22207
+ "captureUnmatched": false
22208
+ },
22209
+ {
22210
+ "name": "AdditionalAttributes",
22211
+ "type": "Dictionary<string, object>?",
22212
+ "default": null,
22213
+ "description": null,
22214
+ "isCascading": false,
22215
+ "captureUnmatched": true
22216
+ }
22217
+ ],
22218
+ "events": [],
22219
+ "enums": [],
22220
+ "records": [],
22221
+ "cssVars": [
22222
+ "--color-foreground",
22223
+ "--color-muted",
22224
+ "--color-muted-foreground"
22225
+ ],
22226
+ "examples": [],
22227
+ "subComponents": {},
22228
+ "parseFailed": false,
22229
+ "parseError": null
22230
+ },
22231
+ "FeatureItem": {
22232
+ "name": "FeatureItem",
22233
+ "category": "Utility",
22234
+ "subcategory": null,
22235
+ "description": "Feature Item component.",
22236
+ "nugetPackage": "Lumeo",
22237
+ "files": [
22238
+ "UI/FeatureItem/FeatureItem.razor"
22239
+ ],
22240
+ "namespace": "Lumeo",
22241
+ "inheritsFrom": null,
22242
+ "implements": [],
22243
+ "parameters": [
22244
+ {
22245
+ "name": "Title",
22246
+ "type": "string?",
22247
+ "default": null,
22248
+ "description": null,
22249
+ "isCascading": false,
22250
+ "captureUnmatched": false
22251
+ },
22252
+ {
22253
+ "name": "Description",
22254
+ "type": "string?",
22255
+ "default": null,
22256
+ "description": null,
22257
+ "isCascading": false,
22258
+ "captureUnmatched": false
22259
+ },
22260
+ {
22261
+ "name": "Icon",
22262
+ "type": "RenderFragment?",
22263
+ "default": null,
22264
+ "description": null,
22265
+ "isCascading": false,
22266
+ "captureUnmatched": false
22267
+ },
22268
+ {
22269
+ "name": "ChildContent",
22270
+ "type": "RenderFragment?",
22271
+ "default": null,
22272
+ "description": null,
22273
+ "isCascading": false,
22274
+ "captureUnmatched": false
22275
+ },
22276
+ {
22277
+ "name": "Class",
22278
+ "type": "string?",
22279
+ "default": null,
22280
+ "description": null,
22281
+ "isCascading": false,
22282
+ "captureUnmatched": false
22283
+ },
22284
+ {
22285
+ "name": "AdditionalAttributes",
22286
+ "type": "Dictionary<string, object>?",
22287
+ "default": null,
22288
+ "description": null,
22289
+ "isCascading": false,
22290
+ "captureUnmatched": true
22291
+ }
22292
+ ],
22293
+ "events": [],
22294
+ "enums": [],
22295
+ "records": [],
22296
+ "cssVars": [
22297
+ "--color-foreground",
22298
+ "--color-muted",
22299
+ "--color-muted-foreground",
22300
+ "--color-primary",
22301
+ "--radius"
22302
+ ],
22303
+ "examples": [],
22304
+ "subComponents": {},
22305
+ "parseFailed": false,
22306
+ "parseError": null
22307
+ },
22072
22308
  "FileManager": {
22073
22309
  "name": "FileManager",
22074
22310
  "category": "Data Display",
@@ -24126,6 +24362,123 @@
24126
24362
  "parseFailed": false,
24127
24363
  "parseError": null
24128
24364
  },
24365
+ "Hero": {
24366
+ "name": "Hero",
24367
+ "category": "Utility",
24368
+ "subcategory": null,
24369
+ "description": "Hero component.",
24370
+ "nugetPackage": "Lumeo",
24371
+ "files": [
24372
+ "UI/Hero/Hero.razor"
24373
+ ],
24374
+ "namespace": "Lumeo",
24375
+ "inheritsFrom": null,
24376
+ "implements": [],
24377
+ "parameters": [
24378
+ {
24379
+ "name": "Title",
24380
+ "type": "string?",
24381
+ "default": null,
24382
+ "description": null,
24383
+ "isCascading": false,
24384
+ "captureUnmatched": false
24385
+ },
24386
+ {
24387
+ "name": "TitleSlot",
24388
+ "type": "RenderFragment?",
24389
+ "default": null,
24390
+ "description": null,
24391
+ "isCascading": false,
24392
+ "captureUnmatched": false
24393
+ },
24394
+ {
24395
+ "name": "Subtitle",
24396
+ "type": "string?",
24397
+ "default": null,
24398
+ "description": null,
24399
+ "isCascading": false,
24400
+ "captureUnmatched": false
24401
+ },
24402
+ {
24403
+ "name": "SubtitleSlot",
24404
+ "type": "RenderFragment?",
24405
+ "default": null,
24406
+ "description": null,
24407
+ "isCascading": false,
24408
+ "captureUnmatched": false
24409
+ },
24410
+ {
24411
+ "name": "Eyebrow",
24412
+ "type": "RenderFragment?",
24413
+ "default": null,
24414
+ "description": null,
24415
+ "isCascading": false,
24416
+ "captureUnmatched": false
24417
+ },
24418
+ {
24419
+ "name": "Actions",
24420
+ "type": "RenderFragment?",
24421
+ "default": null,
24422
+ "description": null,
24423
+ "isCascading": false,
24424
+ "captureUnmatched": false
24425
+ },
24426
+ {
24427
+ "name": "Media",
24428
+ "type": "RenderFragment?",
24429
+ "default": null,
24430
+ "description": null,
24431
+ "isCascading": false,
24432
+ "captureUnmatched": false
24433
+ },
24434
+ {
24435
+ "name": "Alignment",
24436
+ "type": "HeroAlignment",
24437
+ "default": "HeroAlignment.Start",
24438
+ "description": null,
24439
+ "isCascading": false,
24440
+ "captureUnmatched": false
24441
+ },
24442
+ {
24443
+ "name": "Class",
24444
+ "type": "string?",
24445
+ "default": null,
24446
+ "description": null,
24447
+ "isCascading": false,
24448
+ "captureUnmatched": false
24449
+ },
24450
+ {
24451
+ "name": "AdditionalAttributes",
24452
+ "type": "Dictionary<string, object>?",
24453
+ "default": null,
24454
+ "description": null,
24455
+ "isCascading": false,
24456
+ "captureUnmatched": true
24457
+ }
24458
+ ],
24459
+ "events": [],
24460
+ "enums": [
24461
+ {
24462
+ "name": "HeroAlignment",
24463
+ "values": [
24464
+ "Start",
24465
+ "Center",
24466
+ "End"
24467
+ ],
24468
+ "description": null
24469
+ }
24470
+ ],
24471
+ "records": [],
24472
+ "cssVars": [
24473
+ "--color-foreground",
24474
+ "--color-muted",
24475
+ "--color-muted-foreground"
24476
+ ],
24477
+ "examples": [],
24478
+ "subComponents": {},
24479
+ "parseFailed": false,
24480
+ "parseError": null
24481
+ },
24129
24482
  "Highlighter": {
24130
24483
  "name": "Highlighter",
24131
24484
  "category": "Typography",
@@ -29886,6 +30239,114 @@
29886
30239
  "parseFailed": false,
29887
30240
  "parseError": null
29888
30241
  },
30242
+ "OverlayForm": {
30243
+ "name": "OverlayForm",
30244
+ "category": "Utility",
30245
+ "subcategory": null,
30246
+ "description": "Overlay Form component.",
30247
+ "nugetPackage": "Lumeo",
30248
+ "files": [
30249
+ "UI/OverlayForm/OverlayForm.razor"
30250
+ ],
30251
+ "namespace": "Lumeo",
30252
+ "inheritsFrom": null,
30253
+ "implements": [],
30254
+ "parameters": [
30255
+ {
30256
+ "name": "Model",
30257
+ "type": "object",
30258
+ "default": "default!",
30259
+ "description": null,
30260
+ "isCascading": false,
30261
+ "captureUnmatched": false
30262
+ },
30263
+ {
30264
+ "name": "OnValidSubmit",
30265
+ "type": "EventCallback<EditContext>",
30266
+ "default": null,
30267
+ "description": null,
30268
+ "isCascading": false,
30269
+ "captureUnmatched": false
30270
+ },
30271
+ {
30272
+ "name": "OnInvalidSubmit",
30273
+ "type": "EventCallback<EditContext>",
30274
+ "default": null,
30275
+ "description": null,
30276
+ "isCascading": false,
30277
+ "captureUnmatched": false
30278
+ },
30279
+ {
30280
+ "name": "Header",
30281
+ "type": "RenderFragment?",
30282
+ "default": null,
30283
+ "description": null,
30284
+ "isCascading": false,
30285
+ "captureUnmatched": false
30286
+ },
30287
+ {
30288
+ "name": "Body",
30289
+ "type": "RenderFragment?",
30290
+ "default": null,
30291
+ "description": null,
30292
+ "isCascading": false,
30293
+ "captureUnmatched": false
30294
+ },
30295
+ {
30296
+ "name": "Footer",
30297
+ "type": "RenderFragment?",
30298
+ "default": null,
30299
+ "description": null,
30300
+ "isCascading": false,
30301
+ "captureUnmatched": false
30302
+ },
30303
+ {
30304
+ "name": "Validator",
30305
+ "type": "RenderFragment?",
30306
+ "default": null,
30307
+ "description": "Override the default DataAnnotationsValidator with a custom validator (e.g. FluentValidationValidator).",
30308
+ "isCascading": false,
30309
+ "captureUnmatched": false
30310
+ },
30311
+ {
30312
+ "name": "Class",
30313
+ "type": "string?",
30314
+ "default": null,
30315
+ "description": null,
30316
+ "isCascading": false,
30317
+ "captureUnmatched": false
30318
+ },
30319
+ {
30320
+ "name": "AdditionalAttributes",
30321
+ "type": "Dictionary<string, object>?",
30322
+ "default": null,
30323
+ "description": null,
30324
+ "isCascading": false,
30325
+ "captureUnmatched": true
30326
+ }
30327
+ ],
30328
+ "events": [
30329
+ {
30330
+ "name": "OnValidSubmit",
30331
+ "type": "EventCallback<EditContext>",
30332
+ "description": null
30333
+ },
30334
+ {
30335
+ "name": "OnInvalidSubmit",
30336
+ "type": "EventCallback<EditContext>",
30337
+ "description": null
30338
+ }
30339
+ ],
30340
+ "enums": [],
30341
+ "records": [],
30342
+ "cssVars": [
30343
+ "--color-border"
30344
+ ],
30345
+ "examples": [],
30346
+ "subComponents": {},
30347
+ "parseFailed": false,
30348
+ "parseError": null
30349
+ },
29889
30350
  "Pagination": {
29890
30351
  "name": "Pagination",
29891
30352
  "category": "Navigation",
package/src/registry.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://lumeo.nativ.sh/registry-schema.json",
3
- "version": "3.3.0",
4
- "generated": "2026-05-27T15:06:21.7577660Z",
3
+ "version": "3.4.0",
4
+ "generated": "2026-05-27T17:35:11.8614857Z",
5
5
  "components": {
6
6
  "accordion": {
7
7
  "name": "Accordion",
@@ -1022,6 +1022,27 @@
1022
1022
  ],
1023
1023
  "registryUrl": "https://lumeo.nativ.sh/registry/context-menu.json"
1024
1024
  },
1025
+ "cta-section": {
1026
+ "name": "CTASection",
1027
+ "category": "Utility",
1028
+ "subcategory": null,
1029
+ "description": "CTASection component.",
1030
+ "thumbnail": "/preview-cards/cta-section.png",
1031
+ "hasDocsPage": false,
1032
+ "nugetPackage": "Lumeo",
1033
+ "files": [
1034
+ "UI/CTASection/CTASection.razor"
1035
+ ],
1036
+ "dependencies": [],
1037
+ "packageDependencies": [],
1038
+ "cssVars": [
1039
+ "--color-border",
1040
+ "--color-foreground",
1041
+ "--color-muted",
1042
+ "--color-muted-foreground"
1043
+ ],
1044
+ "registryUrl": "https://lumeo.nativ.sh/registry/cta-section.json"
1045
+ },
1025
1046
  "data-grid": {
1026
1047
  "name": "DataGrid",
1027
1048
  "category": "Data Display",
@@ -1401,6 +1422,50 @@
1401
1422
  ],
1402
1423
  "registryUrl": "https://lumeo.nativ.sh/registry/empty-state.json"
1403
1424
  },
1425
+ "feature-grid": {
1426
+ "name": "FeatureGrid",
1427
+ "category": "Utility",
1428
+ "subcategory": null,
1429
+ "description": "Feature Grid component.",
1430
+ "thumbnail": "/preview-cards/feature-grid.png",
1431
+ "hasDocsPage": false,
1432
+ "nugetPackage": "Lumeo",
1433
+ "files": [
1434
+ "UI/FeatureGrid/FeatureGrid.razor"
1435
+ ],
1436
+ "dependencies": [
1437
+ "feature-item"
1438
+ ],
1439
+ "packageDependencies": [],
1440
+ "cssVars": [
1441
+ "--color-foreground",
1442
+ "--color-muted",
1443
+ "--color-muted-foreground"
1444
+ ],
1445
+ "registryUrl": "https://lumeo.nativ.sh/registry/feature-grid.json"
1446
+ },
1447
+ "feature-item": {
1448
+ "name": "FeatureItem",
1449
+ "category": "Utility",
1450
+ "subcategory": null,
1451
+ "description": "Feature Item component.",
1452
+ "thumbnail": "/preview-cards/feature-item.png",
1453
+ "hasDocsPage": false,
1454
+ "nugetPackage": "Lumeo",
1455
+ "files": [
1456
+ "UI/FeatureItem/FeatureItem.razor"
1457
+ ],
1458
+ "dependencies": [],
1459
+ "packageDependencies": [],
1460
+ "cssVars": [
1461
+ "--color-foreground",
1462
+ "--color-muted",
1463
+ "--color-muted-foreground",
1464
+ "--color-primary",
1465
+ "--radius"
1466
+ ],
1467
+ "registryUrl": "https://lumeo.nativ.sh/registry/feature-item.json"
1468
+ },
1404
1469
  "file-manager": {
1405
1470
  "name": "FileManager",
1406
1471
  "category": "Data Display",
@@ -1660,6 +1725,26 @@
1660
1725
  ],
1661
1726
  "registryUrl": "https://lumeo.nativ.sh/registry/heading.json"
1662
1727
  },
1728
+ "hero": {
1729
+ "name": "Hero",
1730
+ "category": "Utility",
1731
+ "subcategory": null,
1732
+ "description": "Hero component.",
1733
+ "thumbnail": "/preview-cards/hero.png",
1734
+ "hasDocsPage": false,
1735
+ "nugetPackage": "Lumeo",
1736
+ "files": [
1737
+ "UI/Hero/Hero.razor"
1738
+ ],
1739
+ "dependencies": [],
1740
+ "packageDependencies": [],
1741
+ "cssVars": [
1742
+ "--color-foreground",
1743
+ "--color-muted",
1744
+ "--color-muted-foreground"
1745
+ ],
1746
+ "registryUrl": "https://lumeo.nativ.sh/registry/hero.json"
1747
+ },
1663
1748
  "highlighter": {
1664
1749
  "name": "Highlighter",
1665
1750
  "category": "Typography",
@@ -2268,6 +2353,27 @@
2268
2353
  ],
2269
2354
  "registryUrl": "https://lumeo.nativ.sh/registry/overlay.json"
2270
2355
  },
2356
+ "overlay-form": {
2357
+ "name": "OverlayForm",
2358
+ "category": "Utility",
2359
+ "subcategory": null,
2360
+ "description": "Overlay Form component.",
2361
+ "thumbnail": "/preview-cards/overlay-form.png",
2362
+ "hasDocsPage": false,
2363
+ "nugetPackage": "Lumeo",
2364
+ "files": [
2365
+ "UI/OverlayForm/OverlayForm.razor"
2366
+ ],
2367
+ "dependencies": [
2368
+ "button",
2369
+ "form"
2370
+ ],
2371
+ "packageDependencies": [],
2372
+ "cssVars": [
2373
+ "--color-border"
2374
+ ],
2375
+ "registryUrl": "https://lumeo.nativ.sh/registry/overlay-form.json"
2376
+ },
2271
2377
  "pagination": {
2272
2378
  "name": "Pagination",
2273
2379
  "category": "Navigation",