@lumeo-ui/mcp-server 2.2.0 → 2.2.1
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/dist/index.js +1 -1
- package/package.json +1 -1
- package/src/components-api.json +3 -3
- package/src/registry.json +2 -2
package/dist/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lumeo-ui/mcp-server",
|
|
3
|
-
"version": "2.2.
|
|
3
|
+
"version": "2.2.1",
|
|
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": "2.2.
|
|
4
|
-
"generated": "2026-05-
|
|
3
|
+
"version": "2.2.1",
|
|
4
|
+
"generated": "2026-05-21T06:16:56.6211752Z",
|
|
5
5
|
"stats": {
|
|
6
6
|
"componentCount": 149,
|
|
7
7
|
"totalParameters": 3510,
|
|
@@ -13013,7 +13013,7 @@
|
|
|
13013
13013
|
},
|
|
13014
13014
|
{
|
|
13015
13015
|
"title": "Block",
|
|
13016
|
-
"code": "<Code Variant=\"block\">dotnet add package Lumeo --version 2.2.
|
|
13016
|
+
"code": "<Code Variant=\"block\">dotnet add package Lumeo --version 2.2.1</Code>"
|
|
13017
13017
|
},
|
|
13018
13018
|
{
|
|
13019
13019
|
"title": "Custom Size",
|
package/src/registry.json
CHANGED