@sdata/web-vue-mcp 1.14.0 → 1.15.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 +61 -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-
|
|
8
|
+
version: "3.26.0",
|
|
9
|
+
generatedAt: "2026-08-05T06:12:16.712Z",
|
|
10
10
|
library: {
|
|
11
11
|
"name": "@sdata/web-vue",
|
|
12
12
|
"framework": "Vue 3",
|
|
@@ -6300,6 +6300,64 @@ const data = {
|
|
|
6300
6300
|
}
|
|
6301
6301
|
]
|
|
6302
6302
|
},
|
|
6303
|
+
{
|
|
6304
|
+
"name": "sd-thinking-orb",
|
|
6305
|
+
"title": "思考球 ThinkingOrb",
|
|
6306
|
+
"category": "反馈",
|
|
6307
|
+
"description": "为 AI、智能体和异步推理场景提供语义明确的点阵思考动效。",
|
|
6308
|
+
"docUrl": "https://sd-design.js.org/components/thinking-orb",
|
|
6309
|
+
"importPath": "@sdata/web-vue",
|
|
6310
|
+
"importName": "ThinkingOrb",
|
|
6311
|
+
"props": [
|
|
6312
|
+
{
|
|
6313
|
+
"name": "state",
|
|
6314
|
+
"type": "ThinkingOrbState",
|
|
6315
|
+
"default": "",
|
|
6316
|
+
"description": {
|
|
6317
|
+
"zh": "当前思考状态",
|
|
6318
|
+
"en": "Current thinking state"
|
|
6319
|
+
}
|
|
6320
|
+
},
|
|
6321
|
+
{
|
|
6322
|
+
"name": "size",
|
|
6323
|
+
"type": "ThinkingOrbSize",
|
|
6324
|
+
"default": "",
|
|
6325
|
+
"description": {
|
|
6326
|
+
"zh": "针对使用场景调优的尺寸",
|
|
6327
|
+
"en": "Purpose-tuned rendered size"
|
|
6328
|
+
}
|
|
6329
|
+
},
|
|
6330
|
+
{
|
|
6331
|
+
"name": "theme",
|
|
6332
|
+
"type": "ThinkingOrbTheme",
|
|
6333
|
+
"default": "",
|
|
6334
|
+
"description": {
|
|
6335
|
+
"zh": "主题模式,auto 跟随最近的 sd-theme 容器",
|
|
6336
|
+
"en": "Theme mode; auto follows the nearest sd-theme container"
|
|
6337
|
+
}
|
|
6338
|
+
},
|
|
6339
|
+
{
|
|
6340
|
+
"name": "speed",
|
|
6341
|
+
"type": "number",
|
|
6342
|
+
"default": "",
|
|
6343
|
+
"description": {
|
|
6344
|
+
"zh": "动画速度倍率",
|
|
6345
|
+
"en": "Animation speed multiplier"
|
|
6346
|
+
}
|
|
6347
|
+
},
|
|
6348
|
+
{
|
|
6349
|
+
"name": "paused",
|
|
6350
|
+
"type": "boolean",
|
|
6351
|
+
"default": "",
|
|
6352
|
+
"description": {
|
|
6353
|
+
"zh": "是否暂停动画",
|
|
6354
|
+
"en": "Whether the animation is paused"
|
|
6355
|
+
}
|
|
6356
|
+
}
|
|
6357
|
+
],
|
|
6358
|
+
"events": [],
|
|
6359
|
+
"slots": []
|
|
6360
|
+
},
|
|
6303
6361
|
{
|
|
6304
6362
|
"name": "sd-tour",
|
|
6305
6363
|
"title": "漫游式引导 Tour",
|
|
@@ -11733,7 +11791,7 @@ const findByProp = (prop) => {
|
|
|
11733
11791
|
const createServer = () => {
|
|
11734
11792
|
const server = new McpServer({
|
|
11735
11793
|
name: PKG_NAME,
|
|
11736
|
-
version: "1.
|
|
11794
|
+
version: "1.15.0"
|
|
11737
11795
|
});
|
|
11738
11796
|
server.registerTool("list_components", {
|
|
11739
11797
|
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.",
|