@respira/wordpress-mcp-server 8.3.3 → 8.3.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@respira/wordpress-mcp-server",
3
- "version": "8.3.3",
3
+ "version": "8.3.4",
4
4
  "mcpName": "io.github.webmyc/respira-wordpress",
5
- "description": "WordPress MCP server + companion plugin giving AI native access to page builder content, not just the REST API. 212 tools, 317 with WooCommerce, 17 page builders and the Site Editor. Element-level edits, full page creation, HTML to builder conversion, snapshots and rollback on every write. MCP 2026-07-28 with legacy-client support. New in 8.3: Design Direction, one design system per site, applied to native builder stores, checked against the rendered page, with a live preview link for the Art Direction dashboard.",
5
+ "description": "WordPress MCP server + companion plugin giving AI native access to page builder content, not just the REST API. 213 tools, 318 with WooCommerce, 17 page builders and the Site Editor. Element-level edits, full page creation, HTML to builder conversion, snapshots and rollback on every write. MCP 2026-07-28 with legacy-client support. New in 8.3: Design Direction, one design system per site, applied to native builder stores, checked against the rendered page, with a live preview link for the Art Direction dashboard.",
6
6
  "main": "dist/index.js",
7
7
  "bin": {
8
8
  "wordpress-mcp-server": "./dist/index.js",
@@ -9,11 +9,11 @@
9
9
  "surface_exclusions": "scripts/tool-surface-exclusions.json"
10
10
  },
11
11
  "counts": {
12
- "mcp_total": 290,
13
- "core_mcp": 185,
12
+ "mcp_total": 291,
13
+ "core_mcp": 186,
14
14
  "woocommerce_mcp": 105,
15
- "native_connector": 282,
16
- "documented_exact_names": 448,
15
+ "native_connector": 283,
16
+ "documented_exact_names": 450,
17
17
  "native_exclusions": 43,
18
18
  "woo_rest_routes": 86,
19
19
  "woo_abilities": 0
@@ -2201,6 +2201,18 @@
2201
2201
  },
2202
2202
  "exclusions": []
2203
2203
  },
2204
+ {
2205
+ "tool": "wordpress_deactivate_design_direction",
2206
+ "kind": "write",
2207
+ "handler": "wordpress_core_rest_or_ability",
2208
+ "surfaces": {
2209
+ "mcp_server": true,
2210
+ "mcp_dispatch": true,
2211
+ "native_connector": true,
2212
+ "npm_readme": true
2213
+ },
2214
+ "exclusions": []
2215
+ },
2204
2216
  {
2205
2217
  "tool": "wordpress_deactivate_plugin",
2206
2218
  "kind": "write",