@lumeo-ui/mcp-server 2.1.0 → 2.1.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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +1 -1
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.0.1",
338
+ version: "2.1.2",
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.1.0",
3
+ "version": "2.1.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",