@lumeo-ui/mcp-server 3.15.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.15.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.15.0",
4
- "generated": "2026-06-18T08:02:42.3248717Z",
3
+ "version": "3.17.0",
4
+ "generated": "2026-06-18T10:13:10.1991980Z",
5
5
  "stats": {
6
6
  "componentCount": 163,
7
- "totalParameters": 4070,
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",
@@ -7796,6 +7810,14 @@
7796
7810
  "isCascading": false,
7797
7811
  "captureUnmatched": false
7798
7812
  },
7813
+ {
7814
+ "name": "AriaLabel",
7815
+ "type": "string?",
7816
+ "default": null,
7817
+ "description": "Accessible name for the button group (exposes it to AT as a named role=\"group\"). Roving tabindex is intentionally NOT forced here — a ButtonGroup commonly wraps independent actions that each need their own tab stop; use Toolbar for single-tab-stop/arrow-key navigation. (#270)",
7818
+ "isCascading": false,
7819
+ "captureUnmatched": false
7820
+ },
7799
7821
  {
7800
7822
  "name": "AdditionalAttributes",
7801
7823
  "type": "Dictionary<string, object>?",
@@ -28970,6 +28992,14 @@
28970
28992
  "isCascading": false,
28971
28993
  "captureUnmatched": false
28972
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
+ },
28973
29003
  {
28974
29004
  "name": "Gap",
28975
29005
  "type": "string?",
@@ -29335,6 +29365,14 @@
29335
29365
  "isCascading": false,
29336
29366
  "captureUnmatched": false
29337
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
+ },
29338
29376
  {
29339
29377
  "name": "HighlightClass",
29340
29378
  "type": "string?",
@@ -38503,6 +38541,22 @@
38503
38541
  "isCascading": false,
38504
38542
  "captureUnmatched": false
38505
38543
  },
38544
+ {
38545
+ "name": "Markdown",
38546
+ "type": "bool",
38547
+ "default": null,
38548
+ "description": "Renders Text as markdown instead of plain text — reasoning traces from models are usually markdown (lists, bold, code). Uses MarkdownRenderer when supplied, otherwise the built-in dependency-free CommonMark subset. Pairs naturally with Detailed. (#305)",
38549
+ "isCascading": false,
38550
+ "captureUnmatched": false
38551
+ },
38552
+ {
38553
+ "name": "MarkdownRenderer",
38554
+ "type": "Func<string, MarkupString>?",
38555
+ "default": null,
38556
+ "description": "Optional render hook converting the raw markdown Text into a MarkupString (plug in Markdig etc.). The delegate must return SAFE HTML — sanitise untrusted input. Ignored unless Markdown is true.",
38557
+ "isCascading": false,
38558
+ "captureUnmatched": false
38559
+ },
38506
38560
  {
38507
38561
  "name": "Class",
38508
38562
  "type": "string?",
@@ -44919,25 +44973,25 @@
44919
44973
  },
44920
44974
  {
44921
44975
  "name": "NextLabel",
44922
- "type": "string",
44923
- "default": "\"Next\"",
44924
- "description": null,
44976
+ "type": "string?",
44977
+ "default": null,
44978
+ "description": "Override the \"Next\" button label. When null, uses the localized L[\"Stepper.Next\"]. (#245)",
44925
44979
  "isCascading": false,
44926
44980
  "captureUnmatched": false
44927
44981
  },
44928
44982
  {
44929
44983
  "name": "BackLabel",
44930
- "type": "string",
44931
- "default": "\"Back\"",
44932
- "description": null,
44984
+ "type": "string?",
44985
+ "default": null,
44986
+ "description": "Override the \"Back\" button label. When null, uses the localized L[\"Stepper.Back\"]. (#245)",
44933
44987
  "isCascading": false,
44934
44988
  "captureUnmatched": false
44935
44989
  },
44936
44990
  {
44937
44991
  "name": "FinishLabel",
44938
- "type": "string",
44939
- "default": "\"Finish\"",
44940
- "description": null,
44992
+ "type": "string?",
44993
+ "default": null,
44994
+ "description": "Override the \"Finish\" button label. When null, uses the localized L[\"Stepper.Finish\"]. (#245)",
44941
44995
  "isCascading": false,
44942
44996
  "captureUnmatched": false
44943
44997
  },
package/src/registry.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://lumeo.nativ.sh/registry-schema.json",
3
- "version": "3.15.0",
4
- "generated": "2026-06-18T08:02:40.7357212Z",
3
+ "version": "3.17.0",
4
+ "generated": "2026-06-18T10:13:08.5380673Z",
5
5
  "components": {
6
6
  "accordion": {
7
7
  "name": "Accordion",