@8btc/ppt-generator-mcp 0.0.32-beta.6 → 0.0.32-beta.7
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/tools/update-ppt.js +2 -2
- package/package.json +1 -1
package/dist/tools/update-ppt.js
CHANGED
|
@@ -63,8 +63,8 @@ const inputSchema = {
|
|
|
63
63
|
// tool descriptor
|
|
64
64
|
const tool = {
|
|
65
65
|
name: "update_ppt",
|
|
66
|
-
title: "更新ppt",
|
|
67
|
-
description: "
|
|
66
|
+
title: "更新ppt内容",
|
|
67
|
+
description: "更新ppt,更新ppt中某一页的内容,例如:更新第 1 页的内容",
|
|
68
68
|
inputSchema: (0, schema_1.zodToJsonSchema)(inputSchema),
|
|
69
69
|
};
|
|
70
70
|
const t = zod_1.z.object({ ...inputSchema });
|