Skip to content

v3.7.0 — Sandbox Blocks + Agent Project Memory

Choose a tag to compare

@wpacademy wpacademy released this 26 Jul 18:21
· 278 commits to main since this release

MCP Tools for Elementor v3.7.0 — Sandbox Blocks + Agent Project Memory

Two Pro features headline this release.

Gutenberg Block authoring in the Sandbox (Pro)

The Sandbox now builds custom Gutenberg blocks alongside Elementor widgets. Your AI agent designs a block from a structured spec, the plugin compiles it into a sandboxed dynamic block (block.json + PHP render) under wp-content/uploads — never your theme, core, or other plugins — and it stays inactive until you review and activate it. Active blocks appear in the block editor inserter under EMCP Custom with a live server-side preview and a Settings panel.

  • The Sandbox parent page is now a three-card overview: Blocks / Widgets / PHP Snippets, each with its own management screen.
  • Blocks and widgets export and import as portable JSON bundles (MCP tools + admin); imports always land as a new inactive draft.
  • Built on a shared compiler and the cloud-ready artifact backbone for a future EMCP Cloud sync.

Agent Project Memory (Pro)

The plugin now remembers your site across agent sessions so a connected AI stops guessing.

  • Approved guidance — guardrails, facts, conventions, instructions — is injected into the agent's discovery context as a "## Project memory" block.
  • Three MCP tools: recall (read approved guidance + session history), remember (propose guidance), and save-session-summary (store a summary + a factual digest built from the change ledger).
  • Agent-proposed guidance is stored as pending and is never injected until you approve it on the new Memory admin tab — the hallucination gate.
  • Session history builds automatically from the change ledger, with an opt-in server-side LLM summary.
  • Behind a Memory module kill-switch (on by default); the 3 tools ship disabled-by-default.

Free users get the full plugin; the two features above are Pro. Update in place from Dashboard → Updates, or download emcp-tools-3.7.0.zip below.

Full notes: see CHANGELOG.md.