@lumeo-ui/mcp-server 4.0.1 → 4.0.2

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": "4.0.1",
3
+ "version": "4.0.2",
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,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://lumeo.nativ.sh/components-api-schema.json",
3
- "version": "4.0.1",
4
- "generated": "2026-07-01T14:04:24.6200294Z",
3
+ "version": "4.0.2",
4
+ "generated": "2026-07-01T15:00:25.9415337Z",
5
5
  "stats": {
6
6
  "componentCount": 164,
7
7
  "totalParameters": 4153,
@@ -46839,7 +46839,7 @@
46839
46839
  "records": [
46840
46840
  {
46841
46841
  "name": "SelectContext",
46842
- "signature": "SelectContext(\n string? Value, bool IsOpen, bool Searchable, string SearchText,\n bool Multiple, List<string>? Values, bool IsLoading, bool Disabled, bool Clearable, bool Creatable, int MaxDisplayTags,\n EventCallback<string> OnSelect, EventCallback<bool> SetOpen, EventCallback<string> OnSearch,\n EventCallback OnClear, EventCallback<string> OnCreateItem,\n string WrapperId, string ContentId, string TriggerId, int FocusedIndex, string? FocusedItemId, string? FocusedItemValue,\n EventCallback<int> SetFocusedIndex,\n EventCallback<string> OnTypeahead,\n Action<string, string, string, bool> RegisterItem, Action<string> UnregisterItem,\n bool Invalid, bool Required,\n // Data-bound mode params (null when composition mode)\n IEnumerable<object>? Items,\n Func<object, string> ItemValue,\n Func<object, string>? ItemText,\n Func<object, string?>? ItemGroup,\n Func<object, bool>? ItemDisabled,\n Func<object, string?>? ItemDescription,\n Func<object, RenderFragment?>? ItemIcon,\n RenderFragment<object>? ItemTemplate,\n bool Virtualize,\n float ItemSize)",
46842
+ "signature": "SelectContext(\n string? Value, bool IsOpen, bool Searchable, string SearchText,\n bool Multiple, List<string>? Values, bool IsLoading, bool Disabled, bool Clearable, bool Creatable, int MaxDisplayTags,\n EventCallback<string> OnSelect, EventCallback<bool> SetOpen, EventCallback<string> OnSearch,\n EventCallback OnClear, EventCallback<string> OnCreateItem,\n string WrapperId, string ContentId, string TriggerId, int FocusedIndex, string? FocusedItemId, string? FocusedItemValue,\n EventCallback<int> SetFocusedIndex,\n EventCallback<string> OnTypeahead,\n Action<string, string, string, bool, RenderFragment?> RegisterItem, Action<string> UnregisterItem,\n bool Invalid, bool Required,\n // Data-bound mode params (null when composition mode)\n IEnumerable<object>? Items,\n Func<object, string> ItemValue,\n Func<object, string>? ItemText,\n Func<object, string?>? ItemGroup,\n Func<object, bool>? ItemDisabled,\n Func<object, string?>? ItemDescription,\n Func<object, RenderFragment?>? ItemIcon,\n RenderFragment<object>? ItemTemplate,\n bool Virtualize,\n float ItemSize)",
46843
46843
  "description": null
46844
46844
  }
46845
46845
  ],
package/src/registry.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://lumeo.nativ.sh/registry-schema.json",
3
- "version": "4.0.1",
4
- "generated": "2026-07-01T14:04:22.8042409Z",
3
+ "version": "4.0.2",
4
+ "generated": "2026-07-01T15:00:24.0834020Z",
5
5
  "components": {
6
6
  "accordion": {
7
7
  "name": "Accordion",
@@ -1772,7 +1772,7 @@
1772
1772
  "testCoverage": {
1773
1773
  "tier": 4,
1774
1774
  "files": 27,
1775
- "tests": 183,
1775
+ "tests": 185,
1776
1776
  "relatedFiles": 0,
1777
1777
  "render": true,
1778
1778
  "behavior": true,
@@ -4945,8 +4945,8 @@
4945
4945
  "registryUrl": "https://lumeo.nativ.sh/registry/select.json",
4946
4946
  "testCoverage": {
4947
4947
  "tier": 4,
4948
- "files": 10,
4949
- "tests": 94,
4948
+ "files": 11,
4949
+ "tests": 99,
4950
4950
  "relatedFiles": 1,
4951
4951
  "render": true,
4952
4952
  "behavior": true,