v1.0.3
Release Notes — v1.0.3
Release date: 2026-06-01
Type: Patch (no breaking changes)
🐛 Fixes
- Version reporting —
SERVER_VERSIONinsrc/constants.tswas hard-pinned to1.0.0, so every published build (1.0.0 → 1.0.2) reportedv1.0.0in its startup banner and/healthresponse regardless of the real package version. It is now synced to the package version, so the banner and/healthendpoint report the correct version again.
📝 Documentation
- Install method —
docs/quickstart-th.md,docs/multi-oa-setup-th.md, anddocs/http-transport.mdnow use the published npm package vianpx -y line-oa-mcp-ultimate. Removed the old local-development steps (repo clone,npm run build, and hard-coded/Users/...paths) that only worked on the author's machine. - Multi-OA setup — rewritten around the auto-discovered
~/.line-mcp/config.json(plusLINE_MCP_CONFIGfor a custom path), since users installing vianpxdon't have a local repo folder. Switched from a personal/dev voice to general public-facing docs. - HTTP transport — corrected the server name (was
@line-mcp/server/line-mcp-server) toline-oa-mcp-ultimate, updated the version strings, and added annpx-based run command alongside the repo script. - README — the package description and intro now highlight multi-OA / agency support; the Multi-OA section no longer assumes a cloned repo and links to the full Thai walkthrough.
🔁 Consistency
- Version is now
1.0.3acrosspackage.json,package-lock.json,src/constants.ts,README.md, and every doc.
Previous notes:
RELEASE_NOTES_v1.0.1.md