-
Notifications
You must be signed in to change notification settings - Fork 1
Releases: ratiertm/hwpx-skill
Releases · ratiertm/hwpx-skill
v0.18.3 — MCP entry-point fix + license-doc 통일
0.18.3 — 2026年05月10日
MCP entry-point fix. No behavior changes beyond the new entry point
forpython -m pyhwpxlib.mcp_server.
Fixed
python -m pyhwpxlib.mcp_serverpreviously failed with
'pyhwpxlib.mcp_server' is a package and cannot be directly executed
because the package had no__main__.py. Added a 2-line__main__.py
that delegates toserver.mcp.run(). Standard Claude Desktop / Cursor /
generic MCP-client config now works:"hwpx": { "command": "python", "args": ["-m", "pyhwpxlib.mcp_server"] }
Docs
- Commercial-inquiry contact unified to
ratiertm@gmail.comacross
LICENSE.md/README.md/README_KO.md/CHANGELOG.md. - License narrative simplified — the project ships under PolyForm
Noncommercial 1.0.0 + Apache 2.0 (dual) as a single, retroactively
unified statement across all user-facing docs.
Compatibility
- 0.18.2 ↔ 0.18.3 byte-identical for everything except the new
__main__.py(1 file added) and the version string.
Commercial inquiries
Assets 5
v0.18.2 — License migration (BSL 1.1 → PolyForm Noncommercial)
0.18.2 — 2026年05月10日
License migration patch. BSL 1.1 → PolyForm Noncommercial 1.0.0
(with Apache 2.0 dual-license retained for 3 derived files). No code changes.
Licensing
LICENSE.mdrewritten — Section 2 now references PolyForm Noncommercial
1.0.0 instead of BSL 1.1. Section 3 (Migration Note) records the BSL→PolyForm
transition timeline.README.md/README_KO.mdLicense sections updated.pyproject.tomllicensefield:Apache-2.0→
LicenseRef-PolyForm-Noncommercial-1.0.0 AND Apache-2.0(PEP 639 SPDX
expression).
Policy changes vs BSL 1.1
| Scenario | BSL 1.1 (≤0.18.1) | PolyForm Noncommercial (≥0.18.2) |
|---|---|---|
| Personal use | Free | Free |
| Academic / education / non-profit | Free | Free |
| Internal use ≤ 5 users | Free | Commercial license required |
| Internal use ≥ 6 users | Commercial license required | Commercial license required |
| Freelancer / consulting deliverables | Free if team < 5 (ambiguous) | Commercial license required |
| SaaS / commercial product | Commercial license required | Commercial license required |
| Rolling Change Date | Each release → Apache 2.0 after 4 years | None — perpetual noncommercial |
Compatibility
- PyPI artifacts published before 0.18.2 retain their original BSL 1.1 terms
(license cannot be changed retroactively for already-distributed binaries). - 0.18.2 artifacts ship with the new PolyForm Noncommercial license.
- All previously held BSL 1.1 commercial licenses remain valid for the
versions they were granted under. - No code or API changes —
pyhwpxlib==0.18.1andpyhwpxlib==0.18.2
produce byte-identical outputs. - Test count: 189 (no test changes).