@sdata/web-vue-mcp 1.16.0 → 1.17.0
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 +12 -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: "3.
|
|
9
|
-
generatedAt: "2026-08-
|
|
8
|
+
version: "3.28.0",
|
|
9
|
+
generatedAt: "2026-08-06T09:07:37.053Z",
|
|
10
10
|
library: {
|
|
11
11
|
"name": "@sdata/web-vue",
|
|
12
12
|
"framework": "Vue 3",
|
|
@@ -11199,6 +11199,15 @@ const data = {
|
|
|
11199
11199
|
"en": "Whether to display the remove button"
|
|
11200
11200
|
}
|
|
11201
11201
|
},
|
|
11202
|
+
{
|
|
11203
|
+
"name": "show-start-button",
|
|
11204
|
+
"type": "boolean",
|
|
11205
|
+
"default": "true",
|
|
11206
|
+
"description": {
|
|
11207
|
+
"zh": "是否显示开始按钮",
|
|
11208
|
+
"en": "Whether to display the start button"
|
|
11209
|
+
}
|
|
11210
|
+
},
|
|
11202
11211
|
{
|
|
11203
11212
|
"name": "show-retry-button",
|
|
11204
11213
|
"type": "boolean",
|
|
@@ -11821,7 +11830,7 @@ const findByProp = (prop) => {
|
|
|
11821
11830
|
const createServer = () => {
|
|
11822
11831
|
const server = new McpServer({
|
|
11823
11832
|
name: PKG_NAME,
|
|
11824
|
-
version: "1.
|
|
11833
|
+
version: "1.17.0"
|
|
11825
11834
|
});
|
|
11826
11835
|
server.registerTool("list_components", {
|
|
11827
11836
|
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.",
|