@kimdayoun/hwpx-mcp 0.3.3 → 0.3.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kimdayoun/hwpx-mcp",
3
- "version": "0.3.3",
3
+ "version": "0.3.5",
4
4
  "description": "한글 문서(HWPX)를 읽고 쓰는 MCP 서버 — 125개 도구. 문단·표·스타일·이미지·머리말/꼬리말까지 XML 수준으로 편집한다. MCP Server for Korean HWPX documents.",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -50,6 +50,11 @@
50
50
  "prepublishOnly": "npm run build",
51
51
  "start": "node dist/index.js",
52
52
  "test": "vitest run",
53
+ "test:unit": "vitest run src tests/unit",
54
+ "test:module": "vitest run tests/module",
55
+ "test:regression": "vitest run tests/regression",
56
+ "test:e2e": "npm run build && vitest run tests/e2e",
57
+ "test:versions": "node scripts/version-matrix.mjs",
53
58
  "test:security": "npm run build && node --test test-save-security.mjs",
54
59
  "test:watch": "vitest"
55
60
  },
@@ -57,7 +62,8 @@
57
62
  "@modelcontextprotocol/sdk": "^1.0.0",
58
63
  "hwp.js": "^0.0.3",
59
64
  "jszip": "^3.10.1",
60
- "pako": "^2.1.0"
65
+ "pako": "^2.1.0",
66
+ "saxes": "^6.0.0"
61
67
  },
62
68
  "devDependencies": {
63
69
  "@types/node": "^20.0.0",