@sdata/web-vue-mcp 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.
Files changed (2) hide show
  1. package/dist/index.js +2 -2
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -6,7 +6,7 @@ import * as z from "zod/v4";
6
6
  //#region src/index.ts
7
7
  const data = {
8
8
  version: "4.1.0",
9
- generatedAt: "2026-08-19T03:00:20.195Z",
9
+ generatedAt: "2026-08-19T03:46:30.757Z",
10
10
  library: {
11
11
  "name": "@sdata/web-vue",
12
12
  "framework": "Vue 3",
@@ -8453,7 +8453,7 @@ const findByProp = (prop) => {
8453
8453
  const createServer = () => {
8454
8454
  const server = new McpServer({
8455
8455
  name: PKG_NAME,
8456
- version: "2.2.0"
8456
+ version: "2.2.1"
8457
8457
  });
8458
8458
  server.registerTool("list_components", {
8459
8459
  description: "List all SD Design components with their category, bilingual title and API size. Optionally filter by category. Use this first to discover what is available.",
package/package.json CHANGED
@@ -64,7 +64,7 @@
64
64
  "engines": {
65
65
  "node": ">=20"
66
66
  },
67
- "version": "2.2.0",
67
+ "version": "2.2.1",
68
68
  "scripts": {
69
69
  "gen": "node ./scripts/gen-component-data.mjs",
70
70
  "build": "node ./scripts/build.mjs",