@sdata/web-vue-mcp 1.16.0 → 1.16.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 +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: "3.27.0",
|
|
9
|
-
generatedAt: "2026-08-06T08:
|
|
9
|
+
generatedAt: "2026-08-06T08:31:50.601Z",
|
|
10
10
|
library: {
|
|
11
11
|
"name": "@sdata/web-vue",
|
|
12
12
|
"framework": "Vue 3",
|
|
@@ -11821,7 +11821,7 @@ const findByProp = (prop) => {
|
|
|
11821
11821
|
const createServer = () => {
|
|
11822
11822
|
const server = new McpServer({
|
|
11823
11823
|
name: PKG_NAME,
|
|
11824
|
-
version: "1.16.
|
|
11824
|
+
version: "1.16.1"
|
|
11825
11825
|
});
|
|
11826
11826
|
server.registerTool("list_components", {
|
|
11827
11827
|
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.",
|