@respira/wordpress-mcp-server 8.3.15 → 8.3.16
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/CHANGELOG.md +8 -0
- package/README.md +4 -4
- package/TOOL_CATALOG.md +5 -1
- package/dist/server.d.ts.map +1 -1
- package/dist/server.js +90 -0
- package/dist/server.js.map +1 -1
- package/dist/wordpress-client.d.ts +12 -0
- package/dist/wordpress-client.d.ts.map +1 -1
- package/dist/wordpress-client.js +39 -0
- package/dist/wordpress-client.js.map +1 -1
- package/package.json +2 -2
- package/tool-capabilities.json +80 -4
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@respira/wordpress-mcp-server",
|
|
3
|
-
"version": "8.3.
|
|
3
|
+
"version": "8.3.16",
|
|
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.
|
|
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.",
|
|
6
6
|
"main": "dist/index.js",
|
|
7
7
|
"bin": {
|
|
8
8
|
"wordpress-mcp-server": "./dist/index.js",
|
package/tool-capabilities.json
CHANGED
|
@@ -9,12 +9,12 @@
|
|
|
9
9
|
"surface_exclusions": "scripts/tool-surface-exclusions.json"
|
|
10
10
|
},
|
|
11
11
|
"counts": {
|
|
12
|
-
"mcp_total":
|
|
13
|
-
"core_mcp":
|
|
12
|
+
"mcp_total": 296,
|
|
13
|
+
"core_mcp": 191,
|
|
14
14
|
"woocommerce_mcp": 105,
|
|
15
15
|
"native_connector": 284,
|
|
16
|
-
"documented_exact_names":
|
|
17
|
-
"native_exclusions":
|
|
16
|
+
"documented_exact_names": 456,
|
|
17
|
+
"native_exclusions": 47,
|
|
18
18
|
"woo_rest_routes": 86,
|
|
19
19
|
"woo_abilities": 0
|
|
20
20
|
},
|
|
@@ -2292,6 +2292,25 @@
|
|
|
2292
2292
|
},
|
|
2293
2293
|
"exclusions": []
|
|
2294
2294
|
},
|
|
2295
|
+
{
|
|
2296
|
+
"tool": "wordpress_delete_divi_preset",
|
|
2297
|
+
"kind": "write",
|
|
2298
|
+
"handler": "wordpress_core_rest_or_ability",
|
|
2299
|
+
"surfaces": {
|
|
2300
|
+
"mcp_server": true,
|
|
2301
|
+
"mcp_dispatch": true,
|
|
2302
|
+
"native_connector": false,
|
|
2303
|
+
"npm_readme": true
|
|
2304
|
+
},
|
|
2305
|
+
"exclusions": [
|
|
2306
|
+
{
|
|
2307
|
+
"surface": "native_connector",
|
|
2308
|
+
"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.",
|
|
2309
|
+
"replacement": null,
|
|
2310
|
+
"review_by": "8.9.0"
|
|
2311
|
+
}
|
|
2312
|
+
]
|
|
2313
|
+
},
|
|
2295
2314
|
{
|
|
2296
2315
|
"tool": "wordpress_delete_media",
|
|
2297
2316
|
"kind": "write",
|
|
@@ -3208,6 +3227,25 @@
|
|
|
3208
3227
|
},
|
|
3209
3228
|
"exclusions": []
|
|
3210
3229
|
},
|
|
3230
|
+
{
|
|
3231
|
+
"tool": "wordpress_list_divi_presets",
|
|
3232
|
+
"kind": "read",
|
|
3233
|
+
"handler": "wordpress_core_rest_or_ability",
|
|
3234
|
+
"surfaces": {
|
|
3235
|
+
"mcp_server": true,
|
|
3236
|
+
"mcp_dispatch": true,
|
|
3237
|
+
"native_connector": false,
|
|
3238
|
+
"npm_readme": true
|
|
3239
|
+
},
|
|
3240
|
+
"exclusions": [
|
|
3241
|
+
{
|
|
3242
|
+
"surface": "native_connector",
|
|
3243
|
+
"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.",
|
|
3244
|
+
"replacement": null,
|
|
3245
|
+
"review_by": "8.9.0"
|
|
3246
|
+
}
|
|
3247
|
+
]
|
|
3248
|
+
},
|
|
3211
3249
|
{
|
|
3212
3250
|
"tool": "wordpress_list_media",
|
|
3213
3251
|
"kind": "read",
|
|
@@ -3706,6 +3744,25 @@
|
|
|
3706
3744
|
},
|
|
3707
3745
|
"exclusions": []
|
|
3708
3746
|
},
|
|
3747
|
+
{
|
|
3748
|
+
"tool": "wordpress_resolve_divi_preset",
|
|
3749
|
+
"kind": "read",
|
|
3750
|
+
"handler": "wordpress_core_rest_or_ability",
|
|
3751
|
+
"surfaces": {
|
|
3752
|
+
"mcp_server": true,
|
|
3753
|
+
"mcp_dispatch": true,
|
|
3754
|
+
"native_connector": false,
|
|
3755
|
+
"npm_readme": true
|
|
3756
|
+
},
|
|
3757
|
+
"exclusions": [
|
|
3758
|
+
{
|
|
3759
|
+
"surface": "native_connector",
|
|
3760
|
+
"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.",
|
|
3761
|
+
"replacement": null,
|
|
3762
|
+
"review_by": "8.9.0"
|
|
3763
|
+
}
|
|
3764
|
+
]
|
|
3765
|
+
},
|
|
3709
3766
|
{
|
|
3710
3767
|
"tool": "wordpress_restore_session",
|
|
3711
3768
|
"kind": "write",
|
|
@@ -4213,6 +4270,25 @@
|
|
|
4213
4270
|
},
|
|
4214
4271
|
"exclusions": []
|
|
4215
4272
|
},
|
|
4273
|
+
{
|
|
4274
|
+
"tool": "wordpress_upsert_divi_presets",
|
|
4275
|
+
"kind": "read",
|
|
4276
|
+
"handler": "wordpress_core_rest_or_ability",
|
|
4277
|
+
"surfaces": {
|
|
4278
|
+
"mcp_server": true,
|
|
4279
|
+
"mcp_dispatch": true,
|
|
4280
|
+
"native_connector": false,
|
|
4281
|
+
"npm_readme": true
|
|
4282
|
+
},
|
|
4283
|
+
"exclusions": [
|
|
4284
|
+
{
|
|
4285
|
+
"surface": "native_connector",
|
|
4286
|
+
"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.",
|
|
4287
|
+
"replacement": null,
|
|
4288
|
+
"review_by": "8.9.0"
|
|
4289
|
+
}
|
|
4290
|
+
]
|
|
4291
|
+
},
|
|
4216
4292
|
{
|
|
4217
4293
|
"tool": "wordpress_validate_security",
|
|
4218
4294
|
"kind": "read",
|