@superdoc/mcp 1.0.0-next.4 → 1.0.0-next.5

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 -1
  2. package/package.json +2 -2
package/dist/index.js CHANGED
@@ -349641,7 +349641,7 @@ var init_host = __esm(() => {
349641
349641
  });
349642
349642
 
349643
349643
  // ../../packages/sdk/langs/node/src/runtime/sdk-version.generated.ts
349644
- var SDK_VERSION = "2.13.0-next.6";
349644
+ var SDK_VERSION = "2.13.0-next.7";
349645
349645
 
349646
349646
  // ../../packages/sdk/langs/node/src/runtime/embedded-platform.ts
349647
349647
  import { chmodSync, existsSync } from "node:fs";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@superdoc/mcp",
3
- "version": "1.0.0-next.4",
3
+ "version": "1.0.0-next.5",
4
4
  "description": "Model Context Protocol server for SuperDoc, giving an AI agent tools to read and edit .docx files.",
5
5
  "type": "module",
6
6
  "license": "AGPL-3.0",
@@ -24,7 +24,7 @@
24
24
  ],
25
25
  "dependencies": {
26
26
  "@modelcontextprotocol/sdk": "^1.26.0",
27
- "@superdoc/sdk": "2.13.0-next.6",
27
+ "@superdoc/sdk": "2.13.0-next.7",
28
28
  "debug": "^4.4.3",
29
29
  "zod": "^4.3.6"
30
30
  },