@sdata/web-vue-mcp 2.3.0 → 2.3.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 +3 -3
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -5,8 +5,8 @@ import * as z from "zod/v4";
|
|
|
5
5
|
//#endregion
|
|
6
6
|
//#region src/index.ts
|
|
7
7
|
const data = {
|
|
8
|
-
version: "4.
|
|
9
|
-
generatedAt: "2026-08-
|
|
8
|
+
version: "4.3.0",
|
|
9
|
+
generatedAt: "2026-08-28T07:18:44.194Z",
|
|
10
10
|
library: {
|
|
11
11
|
"name": "@sdata/web-vue",
|
|
12
12
|
"framework": "Vue 3",
|
|
@@ -8437,7 +8437,7 @@ const findByProp = (prop) => {
|
|
|
8437
8437
|
const createServer = () => {
|
|
8438
8438
|
const server = new McpServer({
|
|
8439
8439
|
name: PKG_NAME,
|
|
8440
|
-
version: "2.3.
|
|
8440
|
+
version: "2.3.1"
|
|
8441
8441
|
});
|
|
8442
8442
|
server.registerTool("list_components", {
|
|
8443
8443
|
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.",
|