Skip to content

Ghost Publisher MCP v0.8.0

Choose a tag to compare

@BoraGkc BoraGkc released this 16 Aug 15:35
· 14 commits to main since this release

Ghost Publisher MCP v0.8.0 adds native, Ghost-editable rich draft blocks without widening the approval-gated publishing boundary.

Highlights

  • Create post and Page drafts from Markdown or bounded native heading, paragraph, callout, and button blocks.
  • Keep native blocks granularly editable in Ghost rather than collapsing them into one opaque HTML card.
  • Require HTTP(S) button URLs and render callout Markdown with raw HTML disabled.
  • Clarify blocker, review-note, and schedule-note reporting in the packaged editorial workflow.

Safety retained

  • Draft creation cannot publish.
  • Published bodies remain protected by signed preview/apply change sets, optimistic locking, revision requests, and Ghost readback.
  • Permission profiles continue to limit the registered tool surface.
  • No delete, newsletter-send, arbitrary Ghost API, remote HTTP, OAuth, telemetry, or embedded AI billing surface was added.

Verified

  • 67 unit and contract tests passed.
  • npm audit reported zero vulnerabilities.
  • Disposable Ghost 5 and Ghost 6 publishing workflows passed.
  • npm provenance publication and official MCP Registry verification passed.
  • The published package initialized as v0.8.0 and completed a read-only connection check against Ghost 6.42.

Install

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

Full changelog: v0.7.0...v0.8.0