@sdata/web-vue-mcp 2.1.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.
- package/dist/index.js +15 -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.1.0",
|
|
9
|
+
generatedAt: "2026-08-19T03:46:30.757Z",
|
|
10
10
|
library: {
|
|
11
11
|
"name": "@sdata/web-vue",
|
|
12
12
|
"framework": "Vue 3",
|
|
@@ -8048,6 +8048,18 @@ const data = {
|
|
|
8048
8048
|
}],
|
|
8049
8049
|
"slots": []
|
|
8050
8050
|
},
|
|
8051
|
+
{
|
|
8052
|
+
"name": "sd-bloom-menu",
|
|
8053
|
+
"title": "绽放菜单 BloomMenu",
|
|
8054
|
+
"category": "浮层与操作",
|
|
8055
|
+
"description": "从触发器中心向四周展开的操作菜单,适合集中展示一组创建入口或快捷动作。",
|
|
8056
|
+
"docUrl": "https://sd-design.js.org/components/bloom-menu",
|
|
8057
|
+
"importPath": "@sdata/web-vue",
|
|
8058
|
+
"importName": "BloomMenu",
|
|
8059
|
+
"props": [],
|
|
8060
|
+
"events": [],
|
|
8061
|
+
"slots": []
|
|
8062
|
+
},
|
|
8051
8063
|
{
|
|
8052
8064
|
"name": "sd-trigger",
|
|
8053
8065
|
"title": "触发器 Trigger",
|
|
@@ -8441,7 +8453,7 @@ const findByProp = (prop) => {
|
|
|
8441
8453
|
const createServer = () => {
|
|
8442
8454
|
const server = new McpServer({
|
|
8443
8455
|
name: PKG_NAME,
|
|
8444
|
-
version: "2.1
|
|
8456
|
+
version: "2.2.1"
|
|
8445
8457
|
});
|
|
8446
8458
|
server.registerTool("list_components", {
|
|
8447
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.",
|