Skip to content

Releases: mpierre135/wp-mcp-control

v2.3.0 — Gap audit fixes, scoped tokens, Elementor Phase 4

Choose a tag to compare

@mpierre135 mpierre135 released this 28 Aug 18:26

Summary

  • Ops fixes: uninstall cleanup, MCP activity log attribution, comment reply author, plugin deactivate allowlist, batch path allowlist
  • Scoped API tokens: route-level read/write areas with admin UI (configure scopes after upgrade)
  • Elementor Phase 4: Theme Builder templates (list, conditions, publish); repeater CRUD for image-carousel, jet-testimonials, raven-photo-roller

Upload

Install wp-mcp-control-v2.3.0.zip via Plugins → Add New → Upload Plugin.

After upgrade

  1. Go to Settings → WP MCP Control and review Token Scopes for your API token
  2. Restart Cursor MCP to pick up server v2.3.0 (149 tools)
  3. Run ./tests/scopes-test.sh and ./tests/elementor-test.sh to verify

v2.2.0 — Elementor duplicate fix + page tools

Choose a tag to compare

@mpierre135 mpierre135 released this 20 Jun 19:00

Summary

  • Fix Elementor page duplicate: safe JSON pipeline prevents $400$400n heading corruption
  • POST /elementor/pages/create-blank — empty canvas with header/footer template
  • POST /elementor/pages/{id}/clear — remove canvas sections for rebuilds
  • POST /elementor/pages/{id}/repair-json — fix corrupted Elementor JSON on existing pages
  • Expanded widget catalog: counter, accordion, price-table, gallery, star-rating, image-box, Raven/JupiterX equivalents

Upload

Install wp-mcp-control-v2.2.0.zip via Plugins → Add New → Upload Plugin.

After upload

Run repair on affected templates, e.g. page 667:
POST /wp-json/wp-mcp/v1/elementor/pages/667/repair-json

v2.1.0 — Webhook Support

Choose a tag to compare

@mpierre135 mpierre135 released this 20 Jun 02:48

WP MCP Control v2.1.0

Three-layer webhook support:

  • Custom MCP webhooks — full event catalog, HMAC signing, async delivery, delivery log
  • WooCommerce webhooks — native WC webhook CRUD (product/order topics)
  • Ninja Forms webhooks — per-form webhook action management

Pairs with wp-mcp-control-server v2.1.0 (17 new MCP tools).

Upload via Plugins → Add New → Upload.

v2.0.0 — Full Platform Expansion

Choose a tag to compare

@mpierre135 mpierre135 released this 20 Jun 02:29

WP MCP Control v2.0.0

Full platform expansion with adapter pattern for ACF, AIOSEO, WooCommerce, Ninja Forms, and cache plugins.

Highlights

  • Site blueprint, audit, security posture, cache purge
  • Gutenberg blocks, CPT/taxonomy CRUD, revisions
  • WooCommerce products + full order write with confirm gates
  • Users, comments, widgets, plugin allowlist, cron
  • Elementor find_parent + regenerate CSS

Pairs with wp-mcp-control-server v2.0.0.

Upload the zip via Plugins → Add New → Upload, or clone into wp-content/plugins/.