@respira/wordpress-mcp-server 8.3.16 → 8.3.17

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.16",
3
+ "version": "8.3.17",
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. 218 tools, 323 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. 220 tools, 325 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,12 +9,12 @@
9
9
  "surface_exclusions": "scripts/tool-surface-exclusions.json"
10
10
  },
11
11
  "counts": {
12
- "mcp_total": 296,
13
- "core_mcp": 191,
12
+ "mcp_total": 298,
13
+ "core_mcp": 193,
14
14
  "woocommerce_mcp": 105,
15
15
  "native_connector": 284,
16
- "documented_exact_names": 456,
17
- "native_exclusions": 47,
16
+ "documented_exact_names": 458,
17
+ "native_exclusions": 49,
18
18
  "woo_rest_routes": 86,
19
19
  "woo_abilities": 0
20
20
  },
@@ -1818,6 +1818,25 @@
1818
1818
  },
1819
1819
  "exclusions": []
1820
1820
  },
1821
+ {
1822
+ "tool": "wordpress_apply_divi_library_item",
1823
+ "kind": "write",
1824
+ "handler": "wordpress_core_rest_or_ability",
1825
+ "surfaces": {
1826
+ "mcp_server": true,
1827
+ "mcp_dispatch": true,
1828
+ "native_connector": false,
1829
+ "npm_readme": true
1830
+ },
1831
+ "exclusions": [
1832
+ {
1833
+ "surface": "native_connector",
1834
+ "reason": "Divi preset tools shipped npm-first (field report F2); the native connector mapping rides the next plugin release since native tool registration lives plugin-side.",
1835
+ "replacement": null,
1836
+ "review_by": "8.9.0"
1837
+ }
1838
+ ]
1839
+ },
1821
1840
  {
1822
1841
  "tool": "wordpress_approve_duplicate",
1823
1842
  "kind": "write",
@@ -3837,6 +3856,25 @@
3837
3856
  },
3838
3857
  "exclusions": []
3839
3858
  },
3859
+ {
3860
+ "tool": "wordpress_save_divi_library_item",
3861
+ "kind": "write",
3862
+ "handler": "wordpress_core_rest_or_ability",
3863
+ "surfaces": {
3864
+ "mcp_server": true,
3865
+ "mcp_dispatch": true,
3866
+ "native_connector": false,
3867
+ "npm_readme": true
3868
+ },
3869
+ "exclusions": [
3870
+ {
3871
+ "surface": "native_connector",
3872
+ "reason": "Divi preset tools shipped npm-first (field report F2); the native connector mapping rides the next plugin release since native tool registration lives plugin-side.",
3873
+ "replacement": null,
3874
+ "review_by": "8.9.0"
3875
+ }
3876
+ ]
3877
+ },
3840
3878
  {
3841
3879
  "tool": "wordpress_scan_page_accessibility",
3842
3880
  "kind": "read",