@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.
@@ -63,8 +63,8 @@ const inputSchema = {
63
63
  // tool descriptor
64
64
  const tool = {
65
65
  name: "update_ppt",
66
- title: "更新ppt",
67
- description: "通过修改outline.json第index项对象,从而完成重新生成某一页",
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 });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@8btc/ppt-generator-mcp",
3
- "version": "0.0.32-beta.6",
3
+ "version": "0.0.32-beta.7",
4
4
  "description": "MCP service for generating PPT files from AI-generated outlines and templates",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {