document-mcp 1.1.1 → 1.1.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/bin.js +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.js +1 -1
- package/package.json +2 -2
package/dist/bin.js
CHANGED
|
@@ -9,7 +9,7 @@ import { decodePackage as decodePackage$1 } from "odf.js";
|
|
|
9
9
|
import { existsSync, readFileSync } from "node:fs";
|
|
10
10
|
import { basename, join } from "node:path";
|
|
11
11
|
//#region package.json
|
|
12
|
-
var version = "1.1.
|
|
12
|
+
var version = "1.1.2";
|
|
13
13
|
//#endregion
|
|
14
14
|
//#region src/io/document-input.ts
|
|
15
15
|
const EXTENSION_TO_FORMAT = {
|
package/dist/index.cjs
CHANGED
|
@@ -8,7 +8,7 @@ let odf_js = require("odf.js");
|
|
|
8
8
|
let node_fs = require("node:fs");
|
|
9
9
|
let node_path = require("node:path");
|
|
10
10
|
//#region package.json
|
|
11
|
-
var version = "1.1.
|
|
11
|
+
var version = "1.1.2";
|
|
12
12
|
//#endregion
|
|
13
13
|
//#region src/io/document-input.ts
|
|
14
14
|
const EXTENSION_TO_FORMAT = {
|
package/dist/index.js
CHANGED
|
@@ -7,7 +7,7 @@ import { decodePackage as decodePackage$1 } from "odf.js";
|
|
|
7
7
|
import { existsSync, readFileSync } from "node:fs";
|
|
8
8
|
import { basename, join } from "node:path";
|
|
9
9
|
//#region package.json
|
|
10
|
-
var version = "1.1.
|
|
10
|
+
var version = "1.1.2";
|
|
11
11
|
//#endregion
|
|
12
12
|
//#region src/io/document-input.ts
|
|
13
13
|
const EXTENSION_TO_FORMAT = {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "document-mcp",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.2",
|
|
4
4
|
"description": "MCP (Model Context Protocol) server exposing documents.js's document-conversion, .odb, metadata, and font tooling as MCP tools.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"repository": {
|
|
@@ -69,7 +69,7 @@
|
|
|
69
69
|
"packageManager": "pnpm@11.6.0",
|
|
70
70
|
"dependencies": {
|
|
71
71
|
"@modelcontextprotocol/server": "^2.0.0",
|
|
72
|
-
"documents.js": "^1.
|
|
72
|
+
"documents.js": "^1.78.0",
|
|
73
73
|
"odf.js": "^2.3.0",
|
|
74
74
|
"pdf-codec": "^1.11.0",
|
|
75
75
|
"zod": "^4.2.0"
|