@superdoc/mcp 1.0.0-next.1 → 1.0.0-next.2
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 +1 -1
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -344988,7 +344988,7 @@ var init_host = __esm(() => {
|
|
|
344988
344988
|
});
|
|
344989
344989
|
|
|
344990
344990
|
// ../../packages/sdk/langs/node/src/runtime/sdk-version.generated.ts
|
|
344991
|
-
var SDK_VERSION = "2.13.0-next.
|
|
344991
|
+
var SDK_VERSION = "2.13.0-next.4";
|
|
344992
344992
|
|
|
344993
344993
|
// ../../packages/sdk/langs/node/src/runtime/embedded-platform.ts
|
|
344994
344994
|
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.
|
|
3
|
+
"version": "1.0.0-next.2",
|
|
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,12 +24,12 @@
|
|
|
24
24
|
],
|
|
25
25
|
"dependencies": {
|
|
26
26
|
"@modelcontextprotocol/sdk": "^1.26.0",
|
|
27
|
-
"@superdoc/sdk": "2.13.0-next.
|
|
27
|
+
"@superdoc/sdk": "2.13.0-next.4",
|
|
28
28
|
"debug": "^4.4.3",
|
|
29
29
|
"zod": "^4.3.6"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
|
-
"superdoc": "2.16.0-next.
|
|
32
|
+
"superdoc": "2.16.0-next.4",
|
|
33
33
|
"@superdoc/docx-engine": "0.15.0-next.4",
|
|
34
34
|
"@superdoc/document-api": "0.1.0-alpha.0",
|
|
35
35
|
"@types/bun": "^1.3.8",
|