Skip to content

taejung3852/hwpx-document-plugin

v0.1.0MIT

HWP/HWPX 문서를 안전하게 분석하고 승인 기반으로 수정하는 플러그인

MCP servers

Declared configuration, as published in mcp.json. The directory shows indexed content; it never connects to or executes these servers.

hwpx-documentstdio
{
  "type": "stdio",
  "command": "uv",
  "args": [
    "run",
    "--directory",
    "${PLUGIN_ROOT}",
    "hwp-editor-plugin"
  ],
  "env": {
    "UV_PROJECT_ENVIRONMENT": "${PLUGIN_DATA}/venv",
    "UV_CACHE_DIR": "${PLUGIN_DATA}/uv-cache"
  },
  "cwd": "${PLUGIN_ROOT}"
}

What this package declares

The files a client reads when it loads this plugin, exactly as this revision carries them.

{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "hwpx-document-plugin",
  "version": "0.1.0",
  "description": "HWP/HWPX 문서를 안전하게 분석하고 승인 기반으로 수정하는 플러그인",
  "author": { "name": "taejung3852" },
  "homepage": "https://github.com/taejung3852/hwpx-document-plugin#readme",
  "repository": "https://github.com/taejung3852/hwpx-document-plugin",
  "license": "MIT",
  "keywords": ["hwp", "hwpx", "document", "mcp", "korean"]
}

What else this package ships

These files come with the package and this site does not publish them. They are listed so you know what is there before you install it.

  • LICENSE
View on GitHub