@respira/wordpress-mcp-server 8.3.15 → 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.15",
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. 214 tools, 319 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": 292,
13
- "core_mcp": 187,
12
+ "mcp_total": 298,
13
+ "core_mcp": 193,
14
14
  "woocommerce_mcp": 105,
15
15
  "native_connector": 284,
16
- "documented_exact_names": 452,
17
- "native_exclusions": 43,
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",
@@ -2292,6 +2311,25 @@
2292
2311
  },
2293
2312
  "exclusions": []
2294
2313
  },
2314
+ {
2315
+ "tool": "wordpress_delete_divi_preset",
2316
+ "kind": "write",
2317
+ "handler": "wordpress_core_rest_or_ability",
2318
+ "surfaces": {
2319
+ "mcp_server": true,
2320
+ "mcp_dispatch": true,
2321
+ "native_connector": false,
2322
+ "npm_readme": true
2323
+ },
2324
+ "exclusions": [
2325
+ {
2326
+ "surface": "native_connector",
2327
+ "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.",
2328
+ "replacement": null,
2329
+ "review_by": "8.9.0"
2330
+ }
2331
+ ]
2332
+ },
2295
2333
  {
2296
2334
  "tool": "wordpress_delete_media",
2297
2335
  "kind": "write",
@@ -3208,6 +3246,25 @@
3208
3246
  },
3209
3247
  "exclusions": []
3210
3248
  },
3249
+ {
3250
+ "tool": "wordpress_list_divi_presets",
3251
+ "kind": "read",
3252
+ "handler": "wordpress_core_rest_or_ability",
3253
+ "surfaces": {
3254
+ "mcp_server": true,
3255
+ "mcp_dispatch": true,
3256
+ "native_connector": false,
3257
+ "npm_readme": true
3258
+ },
3259
+ "exclusions": [
3260
+ {
3261
+ "surface": "native_connector",
3262
+ "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.",
3263
+ "replacement": null,
3264
+ "review_by": "8.9.0"
3265
+ }
3266
+ ]
3267
+ },
3211
3268
  {
3212
3269
  "tool": "wordpress_list_media",
3213
3270
  "kind": "read",
@@ -3706,6 +3763,25 @@
3706
3763
  },
3707
3764
  "exclusions": []
3708
3765
  },
3766
+ {
3767
+ "tool": "wordpress_resolve_divi_preset",
3768
+ "kind": "read",
3769
+ "handler": "wordpress_core_rest_or_ability",
3770
+ "surfaces": {
3771
+ "mcp_server": true,
3772
+ "mcp_dispatch": true,
3773
+ "native_connector": false,
3774
+ "npm_readme": true
3775
+ },
3776
+ "exclusions": [
3777
+ {
3778
+ "surface": "native_connector",
3779
+ "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.",
3780
+ "replacement": null,
3781
+ "review_by": "8.9.0"
3782
+ }
3783
+ ]
3784
+ },
3709
3785
  {
3710
3786
  "tool": "wordpress_restore_session",
3711
3787
  "kind": "write",
@@ -3780,6 +3856,25 @@
3780
3856
  },
3781
3857
  "exclusions": []
3782
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
+ },
3783
3878
  {
3784
3879
  "tool": "wordpress_scan_page_accessibility",
3785
3880
  "kind": "read",
@@ -4213,6 +4308,25 @@
4213
4308
  },
4214
4309
  "exclusions": []
4215
4310
  },
4311
+ {
4312
+ "tool": "wordpress_upsert_divi_presets",
4313
+ "kind": "read",
4314
+ "handler": "wordpress_core_rest_or_ability",
4315
+ "surfaces": {
4316
+ "mcp_server": true,
4317
+ "mcp_dispatch": true,
4318
+ "native_connector": false,
4319
+ "npm_readme": true
4320
+ },
4321
+ "exclusions": [
4322
+ {
4323
+ "surface": "native_connector",
4324
+ "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.",
4325
+ "replacement": null,
4326
+ "review_by": "8.9.0"
4327
+ }
4328
+ ]
4329
+ },
4216
4330
  {
4217
4331
  "tool": "wordpress_validate_security",
4218
4332
  "kind": "read",