@respira/wordpress-mcp-server 8.3.1 → 8.3.2

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.1",
3
+ "version": "8.3.2",
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. 210 tools, 315 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 and checked against the rendered page.",
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.",
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": 288,
13
- "core_mcp": 183,
12
+ "mcp_total": 290,
13
+ "core_mcp": 185,
14
14
  "woocommerce_mcp": 105,
15
- "native_connector": 280,
16
- "documented_exact_names": 446,
15
+ "native_connector": 282,
16
+ "documented_exact_names": 448,
17
17
  "native_exclusions": 43,
18
18
  "woo_rest_routes": 86,
19
19
  "woo_abilities": 0
@@ -2732,6 +2732,18 @@
2732
2732
  },
2733
2733
  "exclusions": []
2734
2734
  },
2735
+ {
2736
+ "tool": "wordpress_get_design_apply_reports",
2737
+ "kind": "read",
2738
+ "handler": "wordpress_core_rest_or_ability",
2739
+ "surfaces": {
2740
+ "mcp_server": true,
2741
+ "mcp_dispatch": true,
2742
+ "native_connector": true,
2743
+ "npm_readme": true
2744
+ },
2745
+ "exclusions": []
2746
+ },
2735
2747
  {
2736
2748
  "tool": "wordpress_get_design_direction",
2737
2749
  "kind": "read",
@@ -3457,6 +3469,18 @@
3457
3469
  }
3458
3470
  ]
3459
3471
  },
3472
+ {
3473
+ "tool": "wordpress_mint_design_preview",
3474
+ "kind": "read",
3475
+ "handler": "wordpress_core_rest_or_ability",
3476
+ "surfaces": {
3477
+ "mcp_server": true,
3478
+ "mcp_dispatch": true,
3479
+ "native_connector": true,
3480
+ "npm_readme": true
3481
+ },
3482
+ "exclusions": []
3483
+ },
3460
3484
  {
3461
3485
  "tool": "wordpress_move_element",
3462
3486
  "kind": "write",