Skip to content

v0.4.0 — Post-tool-call hooks for embedding packages

Latest

Choose a tag to compare

@galatanovidiu galatanovidiu released this 27 Jul 14:52
7190a4c

Added: post-tool-call hooks for embedding packages (#92)

Embedding packages can now register registerToolCallHook from @automattic/mcp-wordpress-remote/lib to run best-effort side effects after a tool call completes while reusing the proxy's authenticated WordPress request context. Hook failures are isolated, so telemetry or auditing integrations cannot delay or break the original tool call.

Upgrade note

The token store is namespaced by package version. Upgrading from 0.3.x to 0.4.0 requires users to authenticate again.

Full changelog: v0.3.5...v0.4.0