@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 CHANGED
@@ -335,7 +335,7 @@ function validateMarkup(markup) {
335
335
  // ───────────────── Server setup ─────────────────
336
336
  const server = new Server({
337
337
  name: "lumeo-mcp",
338
- version: "2.2.0",
338
+ version: "2.2.1",
339
339
  }, {
340
340
  capabilities: {
341
341
  tools: {},
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lumeo-ui/mcp-server",
3
- "version": "2.2.0",
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",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://lumeo.nativ.sh/components-api-schema.json",
3
- "version": "2.2.0",
4
- "generated": "2026-05-20T14:47:49.2262909Z",
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.0</Code>"
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
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://lumeo.nativ.sh/registry-schema.json",
3
- "version": "2.2.0",
4
- "generated": "2026-05-20T14:47:48.1519212Z",
3
+ "version": "2.2.1",
4
+ "generated": "2026-05-21T06:16:55.4697453Z",
5
5
  "components": {
6
6
  "accordion": {
7
7
  "name": "Accordion",