korean-law-mcp 4.2.0 → 4.2.1

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 (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "korean-law-mcp",
3
- "version": "4.2.0",
3
+ "version": "4.2.1",
4
4
  "description": "법제처 42개 API → 17개 MCP 도구. 법령·판례·조례·조약 + LLM 환각 방지 인용 검증 + 조문 영향 그래프(impact_map) + 시점 비교(time_travel) + 상황별 5단계 안내(action_plan) + 국세청 해석례(nts)",
5
5
  "type": "module",
6
6
  "main": "build/index.js",
@@ -54,7 +54,7 @@
54
54
  "commander": "^14.0.3",
55
55
  "dotenv": "^17.3.1",
56
56
  "express": "^5.2.1",
57
- "kordoc": "^2.4.0",
57
+ "kordoc": "^3.0.0",
58
58
  "pdfjs-dist": "^5.5.207",
59
59
  "zod": "^3.25.76 || ^4.0.0"
60
60
  },