@lumeo-ui/mcp-server 4.0.1 → 4.0.3
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 +1 -1
- package/src/components-api.json +3 -3
- package/src/registry.json +7 -7
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lumeo-ui/mcp-server",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.3",
|
|
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
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://lumeo.nativ.sh/components-api-schema.json",
|
|
3
|
-
"version": "4.0.
|
|
4
|
-
"generated": "2026-07-
|
|
3
|
+
"version": "4.0.3",
|
|
4
|
+
"generated": "2026-07-01T16:03:19.2439901Z",
|
|
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
|
|
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.
|
|
4
|
-
"generated": "2026-07-
|
|
3
|
+
"version": "4.0.3",
|
|
4
|
+
"generated": "2026-07-01T16:03:18.0127450Z",
|
|
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":
|
|
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":
|
|
4949
|
-
"tests":
|
|
4948
|
+
"files": 11,
|
|
4949
|
+
"tests": 99,
|
|
4950
4950
|
"relatedFiles": 1,
|
|
4951
4951
|
"render": true,
|
|
4952
4952
|
"behavior": true,
|
|
@@ -5138,8 +5138,8 @@
|
|
|
5138
5138
|
"registryUrl": "https://lumeo.nativ.sh/registry/sidebar.json",
|
|
5139
5139
|
"testCoverage": {
|
|
5140
5140
|
"tier": 3,
|
|
5141
|
-
"files":
|
|
5142
|
-
"tests":
|
|
5141
|
+
"files": 10,
|
|
5142
|
+
"tests": 47,
|
|
5143
5143
|
"relatedFiles": 0,
|
|
5144
5144
|
"render": true,
|
|
5145
5145
|
"behavior": true,
|