@lumeo-ui/mcp-server 3.16.0 → 3.17.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.16.0",
3
+ "version": "3.17.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,10 +1,10 @@
1
1
  {
2
2
  "$schema": "https://lumeo.nativ.sh/components-api-schema.json",
3
- "version": "3.16.0",
4
- "generated": "2026-06-18T09:36:55.0743443Z",
3
+ "version": "3.17.0",
4
+ "generated": "2026-06-18T10:13:10.1991980Z",
5
5
  "stats": {
6
6
  "componentCount": 163,
7
- "totalParameters": 4073,
7
+ "totalParameters": 4076,
8
8
  "totalEnums": 74,
9
9
  "totalRecords": 70,
10
10
  "serviceCount": 33,
@@ -6472,6 +6472,14 @@
6472
6472
  "isCascading": false,
6473
6473
  "captureUnmatched": false
6474
6474
  },
6475
+ {
6476
+ "name": "OnError",
6477
+ "type": "EventCallback<string?>",
6478
+ "default": null,
6479
+ "description": "Fired after (re)encoding with the human-readable error message, or null when the value encoded successfully — a validation hook so a consumer can surface its own UI / gate a submit. (#291)",
6480
+ "isCascading": false,
6481
+ "captureUnmatched": false
6482
+ },
6475
6483
  {
6476
6484
  "name": "Class",
6477
6485
  "type": "string?",
@@ -6489,7 +6497,13 @@
6489
6497
  "captureUnmatched": true
6490
6498
  }
6491
6499
  ],
6492
- "events": [],
6500
+ "events": [
6501
+ {
6502
+ "name": "OnError",
6503
+ "type": "EventCallback<string?>",
6504
+ "description": "Fired after (re)encoding with the human-readable error message, or null when the value encoded successfully — a validation hook so a consumer can surface its own UI / gate a submit. (#291)"
6505
+ }
6506
+ ],
6493
6507
  "enums": [
6494
6508
  {
6495
6509
  "name": "BarcodeFormat",
@@ -28978,6 +28992,14 @@
28978
28992
  "isCascading": false,
28979
28993
  "captureUnmatched": false
28980
28994
  },
28995
+ {
28996
+ "name": "Responsive",
28997
+ "type": "bool",
28998
+ "default": null,
28999
+ "description": "When true the grid collapses to 1 column on mobile and 2 on small screens, expanding to Columns only at the lg breakpoint — so a many-column grid stays readable on phones. Uses statically-known responsive utility strings (purge-safe) for 1–6 columns; falls back to a fixed grid-cols-N for other counts. Off by default (unchanged behavior). (#250)",
29000
+ "isCascading": false,
29001
+ "captureUnmatched": false
29002
+ },
28981
29003
  {
28982
29004
  "name": "Gap",
28983
29005
  "type": "string?",
@@ -29343,6 +29365,14 @@
29343
29365
  "isCascading": false,
29344
29366
  "captureUnmatched": false
29345
29367
  },
29368
+ {
29369
+ "name": "RegexMode",
29370
+ "type": "bool",
29371
+ "default": null,
29372
+ "description": "Treat Highlight / HighlightTerms as regular- expression patterns instead of literal text (the default). Invalid patterns fall back to rendering the text un-highlighted. WholeWord is ignored in this mode — express boundaries in the pattern itself. (#293)",
29373
+ "isCascading": false,
29374
+ "captureUnmatched": false
29375
+ },
29346
29376
  {
29347
29377
  "name": "HighlightClass",
29348
29378
  "type": "string?",
package/src/registry.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://lumeo.nativ.sh/registry-schema.json",
3
- "version": "3.16.0",
4
- "generated": "2026-06-18T09:36:53.4641290Z",
3
+ "version": "3.17.0",
4
+ "generated": "2026-06-18T10:13:08.5380673Z",
5
5
  "components": {
6
6
  "accordion": {
7
7
  "name": "Accordion",