Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Schema
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| HWPX 문서 목록 | 현재 워크스페이스의 HWPX 파일 목록을 JSON으로 제공합니다. |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| set_workspace | 문서를 읽고 쓸 기본 디렉터리를 설정합니다. |
| open_document | 기존 HWPX 문서를 열고 기본 메타데이터를 로드합니다. |
| create_document | 새 HWPX 문서를 생성하고 선택적으로 제목/작성자를 지정합니다. |
| insert_paragraph | 현재 열린 문서에 새 문단을 추가합니다. |
| insert_table | 현재 문서에 표를 추가합니다. |
| insert_image | 로컬 이미지를 문서에 삽입하고 패키지에 포함합니다. |
| get_metadata | 현재 열린 문서의 메타데이터를 조회합니다. |
| save_as | 현재 문서를 다른 이름으로 저장합니다. |