hwp_install_deps
Automatically install Python dependencies for HWP document editing. Choose full install with OCR or lightweight core-only mode.
Instructions
Python 의존성을 자동 설치합니다. (v0.7.4.6 신규, v0.7.4.7 확장) mcp-server/python/requirements.txt 기준 pip install. mode="all" (기본): pyhwpx+pywin32+PyMuPDF+pdfplumber+Pillow+opencv+numpy+paddlepaddle+paddleocr 전체 설치 (~700MB, 최대 20분). mode="core_only": paddlepaddle/paddleocr 제외 — native PDF clone 만 작동. force=true: sentinel 무시하고 재설치. v0.7.4.7 부터는 첫 HWP 도구 호출 시 자동으로 core_only 설치가 사전 실행되므로, 사용자가 이 도구를 명시 호출할 필요는 OCR 추가(mode:"all")나 재설치 시에만.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | "all" (기본): 전체 설치. "core_only": OCR 엔진 제외 빠른 설치 | |
| force | No | sentinel flag 를 무시하고 재설치 (기본 false) | |
| timeout_minutes | No | pip install 타임아웃 분 단위 (기본 20, 최대 60) |