Skip to content

v0.2.0

Latest

Choose a tag to compare

@MFYDev MFYDev released this 19 Apr 17:14
34a31d7

Ghost MCP Server v0.2.0 Release Notes

This release expands the posts_add and posts_edit tools to cover the full mutable field set of the Ghost Admin API post resource, so MCP clients can now manage SEO metadata, social preview fields, tags, authors, and code injection end-to-end — no more round-trips through the Ghost admin UI just to fill in Open Graph cards.

Huge thanks to @Theredbt for contributing this in #17.

What's New

posts_add and posts_edit now accept the following optional fields (all backwards compatible):

  • slug, visibility, featured, email_only, published_at
  • custom_excerpt
  • feature_image, feature_image_alt, feature_image_caption
  • meta_title, meta_description
  • og_title, og_description, og_image
  • twitter_title, twitter_description, twitter_image
  • codeinjection_head, codeinjection_foot
  • canonical_url
  • tags — accepts string (slug) or { id?, slug?, name? }
  • authors — accepts string (slug) or { id?, slug?, email? }

Existing callers that send only title / html / status are unaffected.

Upgrade

npx -y @fanyangmeng/ghost-mcp@0.2.0

Or just restart your MCP client — npx will pull the latest automatically.

Full Changelog

v0.1.0...v0.2.0