Skip to content

Ghost Publisher MCP v0.4.1

Choose a tag to compare

@BoraGkc BoraGkc released this 20 Jul 21:42
· 23 commits to main since this release

Ghost Publisher MCP v0.4.1 is a documentation and release-verification correction. Runtime editorial behavior is unchanged from v0.4.0.

Fixed

  • Correct the npm README so it identifies 0.4.1 as current and shows valid one-command setup instructions.
  • Keep initialized MCP server identity synchronized with package metadata instead of a hardcoded version.
  • Add a release contract test preventing future README/package version drift.

Verified

  • Published-package initialization reports the expected version.
  • Normal mode exposes 23 tools and read-only mode exposes 9.
  • check_connection succeeds in both modes against disposable Ghost.
  • Draft creation and test-harness cleanup succeed through a real MCP client.
  • Ghost 5 and Ghost 6 integration, Linux Node 22/24, Windows Node 22 setup, package audit, npm provenance, and official MCP Registry publication passed.

Install

npx -y ghost-publisher-mcp@latest setup --url https://your-ghost.example.com

Full changelog: v0.4.0...v0.4.1