@8btc/ppt-generator-mcp 0.0.17 → 0.0.19

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -0
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -111,6 +111,7 @@ class PPTGeneratorMCPServer {
111
111
  if (!outputPath) {
112
112
  outputPath = process.cwd();
113
113
  }
114
+ outputPath = node_path_1.default.resolve(outputPath);
114
115
  try {
115
116
  fs_extra_1.default.ensureDirSync(outputPath);
116
117
  // 保存result.json
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@8btc/ppt-generator-mcp",
3
- "version": "0.0.17",
3
+ "version": "0.0.19",
4
4
  "description": "MCP service for generating PPT files from AI-generated outlines and templates",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {