Metadata-Version: 2.4
Name: master-of-hwp-studio
Version: 0.7.5
Summary: One-click HWP editing Studio for non-developers — MCP server + web GUI bundled
Author-email: moon <jpmjkim23@gmail.com>
License: MIT
Requires-Python: >=3.11
Requires-Dist: click>=8.1.0
Requires-Dist: fastmcp>=3.2.0
Requires-Dist: master-of-hwp>=0.2.4
Requires-Dist: uvicorn[standard]>=0.30.0
Provides-Extra: dev
Requires-Dist: httpx>=0.27; extra == 'dev'
Requires-Dist: pytest>=8.0; extra == 'dev'
Description-Content-Type: text/markdown

# master-of-hwp-studio

One-click local Studio for `master-of-hwp`: a small CLI, a bundled web UI, and MCP tools that sit on top of the Core API.

```bash
pip install master-of-hwp-studio
mohwp studio
```

The `studio` command starts a local static web UI and prints a Claude Desktop MCP configuration snippet.

## Commands

```bash
mohwp studio --port 8000 --editor-port 7700
mohwp mcp-config
mohwp mcp-serve
```

`mcp-serve` runs the FastMCP server over stdio for Claude Desktop.
