Highlights
- Media orphan scanner — daily-cached wp-admin scan (JOOservices → Media) for attachments whose file is missing on disk and files with no attachment record; exposed read-only via
wordpress_get_media_orphans - Broken inline media reference finder —
wordpress_find_broken_media_referencesscans post/page content for deadwp-image-{ID}references and matches them against the orphan-file scan by exact path - Orphan media adoption (no re-upload) —
wordpress_adopt_orphan_mediaregisters an orphan file as a real attachment without copying bytes, so fixing a broken reference no longer creates a duplicate file
Fixed
- Media upload failure visibility:
wordpress_upload_mediafailures andwordpress_get_mcp_activitylogs now surface the WordPress plugin'sverification_step/verificationdetail instead of a bare error code.
Assets
wordpress-chatgpt-1.4.4.zip— WordPress plugin (PHP 8.3+)- MCP server: deploy from
packages/mcp-server(Node 24+) or Docker (make prod-up)
Deploy
Install wordpress-chatgpt-1.4.4.zip on each WordPress site (jooservices, soulevil, …), replacing the existing plugin files. Deploy the updated MCP server alongside it — the new tools are server-side.
Full changelog: CHANGELOG.md