document-mcp 4.9.2 → 4.10.0

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "document-mcp",
3
- "version": "4.9.2",
3
+ "version": "4.10.0",
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": {
@@ -65,7 +65,7 @@
65
65
  "test:coverage": "turbo run _test:coverage",
66
66
  "_test:coverage": "vitest run --project unit --coverage",
67
67
  "test:mutation": "turbo run _test:mutation",
68
- "_test:mutation": "stryker run stryker.config.mjs",
68
+ "_test:mutation": "stryker run stryker.config.ts",
69
69
  "test:smoke": "turbo run _test:smoke",
70
70
  "_test:smoke": "vitest run --project smoke",
71
71
  "prepare": "husky",
@@ -90,10 +90,8 @@
90
90
  "dependencies": {
91
91
  "@modelcontextprotocol/node": "2.0.0",
92
92
  "@modelcontextprotocol/server": "2.0.0",
93
- "document-compute.js": "1.5.2",
94
- "document-outline.js": "3.7.1",
95
- "document-schema.js": "7.11.0",
96
- "documents.js": "7.20.0",
93
+ "document-operations": "1.0.0",
94
+ "documents.js": "7.20.1",
97
95
  "zod": "4.4.3"
98
96
  },
99
97
  "devDependencies": {
@@ -105,15 +103,16 @@
105
103
  "@stryker-mutator/vitest-runner": "10.0.0",
106
104
  "@types/node": "26.2.0",
107
105
  "@vitest/coverage-v8": "4.1.11",
106
+ "document-schema.js": "7.11.1",
108
107
  "eslint": "10.8.1",
109
108
  "husky": "9.1.7",
110
- "odf.js": "7.25.0",
109
+ "odf.js": "7.25.1",
111
110
  "publint": "0.3.22",
112
111
  "semantic-release": "25.0.9",
113
112
  "tsdown": "0.22.14",
114
113
  "turbo": "2.10.8",
115
114
  "typescript": "6.0.3",
116
115
  "vitest": "4.1.11",
117
- "wpd-codec": "3.5.0"
116
+ "wpd-codec": "3.5.1"
118
117
  }
119
118
  }