@respira/wordpress-mcp-server 8.3.19 → 8.3.21
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 +70 -0
- package/README.md +3 -2
- package/TOOL_CATALOG.md +38 -37
- package/dist/__tests__/0e6bd33c-redeem-preserves-per-site-settings.test.d.ts +2 -0
- package/dist/__tests__/0e6bd33c-redeem-preserves-per-site-settings.test.d.ts.map +1 -0
- package/dist/__tests__/0e6bd33c-redeem-preserves-per-site-settings.test.js +91 -0
- package/dist/__tests__/0e6bd33c-redeem-preserves-per-site-settings.test.js.map +1 -0
- package/dist/__tests__/139f7353-put-fallback-dedicated-methods.test.d.ts +30 -0
- package/dist/__tests__/139f7353-put-fallback-dedicated-methods.test.d.ts.map +1 -0
- package/dist/__tests__/139f7353-put-fallback-dedicated-methods.test.js +162 -0
- package/dist/__tests__/139f7353-put-fallback-dedicated-methods.test.js.map +1 -0
- package/dist/__tests__/44fcf6b5-basic-auth-is-not-a-blocked-verb.test.d.ts +2 -0
- package/dist/__tests__/44fcf6b5-basic-auth-is-not-a-blocked-verb.test.d.ts.map +1 -0
- package/dist/__tests__/44fcf6b5-basic-auth-is-not-a-blocked-verb.test.js +207 -0
- package/dist/__tests__/44fcf6b5-basic-auth-is-not-a-blocked-verb.test.js.map +1 -0
- package/dist/__tests__/e105ed25-report-issue-builder-context.test.d.ts +2 -0
- package/dist/__tests__/e105ed25-report-issue-builder-context.test.d.ts.map +1 -0
- package/dist/__tests__/e105ed25-report-issue-builder-context.test.js +115 -0
- package/dist/__tests__/e105ed25-report-issue-builder-context.test.js.map +1 -0
- package/dist/__tests__/respira-outage-blamed-on-the-site.test.d.ts +2 -0
- package/dist/__tests__/respira-outage-blamed-on-the-site.test.d.ts.map +1 -0
- package/dist/__tests__/respira-outage-blamed-on-the-site.test.js +83 -0
- package/dist/__tests__/respira-outage-blamed-on-the-site.test.js.map +1 -0
- package/dist/__tests__/v2-negotiation-ttl-retry.test.d.ts +2 -0
- package/dist/__tests__/v2-negotiation-ttl-retry.test.d.ts.map +1 -0
- package/dist/__tests__/v2-negotiation-ttl-retry.test.js +108 -0
- package/dist/__tests__/v2-negotiation-ttl-retry.test.js.map +1 -0
- package/dist/config.d.ts.map +1 -1
- package/dist/config.js +59 -4
- package/dist/config.js.map +1 -1
- package/dist/server.d.ts.map +1 -1
- package/dist/server.js +51 -4
- package/dist/server.js.map +1 -1
- package/dist/wordpress-client.d.ts +77 -1
- package/dist/wordpress-client.d.ts.map +1 -1
- package/dist/wordpress-client.js +385 -74
- package/dist/wordpress-client.js.map +1 -1
- package/package.json +2 -2
- package/skills/woo-marketing-campaigns/SKILL.md +128 -0
- package/skills/woo-pricing-promotions/SKILL.md +119 -0
- package/tool-capabilities.json +107 -347
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": 299,
|
|
13
|
+
"core_mcp": 194,
|
|
14
14
|
"woocommerce_mcp": 105,
|
|
15
|
-
"native_connector":
|
|
16
|
-
"documented_exact_names":
|
|
17
|
-
"native_exclusions":
|
|
15
|
+
"native_connector": 321,
|
|
16
|
+
"documented_exact_names": 459,
|
|
17
|
+
"native_exclusions": 13,
|
|
18
18
|
"woo_rest_routes": 86,
|
|
19
19
|
"woo_abilities": 0
|
|
20
20
|
},
|
|
@@ -1305,17 +1305,10 @@
|
|
|
1305
1305
|
"surfaces": {
|
|
1306
1306
|
"mcp_server": true,
|
|
1307
1307
|
"mcp_dispatch": true,
|
|
1308
|
-
"native_connector":
|
|
1308
|
+
"native_connector": true,
|
|
1309
1309
|
"npm_readme": true
|
|
1310
1310
|
},
|
|
1311
|
-
"exclusions": [
|
|
1312
|
-
{
|
|
1313
|
-
"surface": "native_connector",
|
|
1314
|
-
"reason": "Temporarily hosted/stdio-only while this legacy schema is migrated to the generated native connector catalog; its WordPress REST handler remains covered.",
|
|
1315
|
-
"replacement": null,
|
|
1316
|
-
"review_by": "7.7.0"
|
|
1317
|
-
}
|
|
1318
|
-
]
|
|
1311
|
+
"exclusions": []
|
|
1319
1312
|
},
|
|
1320
1313
|
{
|
|
1321
1314
|
"tool": "wordpress_activate_design_direction",
|
|
@@ -1696,17 +1689,10 @@
|
|
|
1696
1689
|
"surfaces": {
|
|
1697
1690
|
"mcp_server": true,
|
|
1698
1691
|
"mcp_dispatch": true,
|
|
1699
|
-
"native_connector":
|
|
1692
|
+
"native_connector": true,
|
|
1700
1693
|
"npm_readme": true
|
|
1701
1694
|
},
|
|
1702
|
-
"exclusions": [
|
|
1703
|
-
{
|
|
1704
|
-
"surface": "native_connector",
|
|
1705
|
-
"reason": "Temporarily hosted/stdio-only while this legacy schema is migrated to the generated native connector catalog; its WordPress REST handler remains covered.",
|
|
1706
|
-
"replacement": null,
|
|
1707
|
-
"review_by": "7.7.0"
|
|
1708
|
-
}
|
|
1709
|
-
]
|
|
1695
|
+
"exclusions": []
|
|
1710
1696
|
},
|
|
1711
1697
|
{
|
|
1712
1698
|
"tool": "wordpress_analyze_performance",
|
|
@@ -1763,17 +1749,10 @@
|
|
|
1763
1749
|
"surfaces": {
|
|
1764
1750
|
"mcp_server": true,
|
|
1765
1751
|
"mcp_dispatch": true,
|
|
1766
|
-
"native_connector":
|
|
1752
|
+
"native_connector": true,
|
|
1767
1753
|
"npm_readme": true
|
|
1768
1754
|
},
|
|
1769
|
-
"exclusions": [
|
|
1770
|
-
{
|
|
1771
|
-
"surface": "native_connector",
|
|
1772
|
-
"reason": "Temporarily hosted/stdio-only while this legacy schema is migrated to the generated native connector catalog; its WordPress REST handler remains covered.",
|
|
1773
|
-
"replacement": null,
|
|
1774
|
-
"review_by": "7.7.0"
|
|
1775
|
-
}
|
|
1776
|
-
]
|
|
1755
|
+
"exclusions": []
|
|
1777
1756
|
},
|
|
1778
1757
|
{
|
|
1779
1758
|
"tool": "wordpress_apply_accessibility_fixes",
|
|
@@ -1782,17 +1761,10 @@
|
|
|
1782
1761
|
"surfaces": {
|
|
1783
1762
|
"mcp_server": true,
|
|
1784
1763
|
"mcp_dispatch": true,
|
|
1785
|
-
"native_connector":
|
|
1764
|
+
"native_connector": true,
|
|
1786
1765
|
"npm_readme": true
|
|
1787
1766
|
},
|
|
1788
|
-
"exclusions": [
|
|
1789
|
-
{
|
|
1790
|
-
"surface": "native_connector",
|
|
1791
|
-
"reason": "Temporarily hosted/stdio-only while this legacy schema is migrated to the generated native connector catalog; its WordPress REST handler remains covered.",
|
|
1792
|
-
"replacement": null,
|
|
1793
|
-
"review_by": "7.7.0"
|
|
1794
|
-
}
|
|
1795
|
-
]
|
|
1767
|
+
"exclusions": []
|
|
1796
1768
|
},
|
|
1797
1769
|
{
|
|
1798
1770
|
"tool": "wordpress_apply_builder_patch",
|
|
@@ -1825,17 +1797,10 @@
|
|
|
1825
1797
|
"surfaces": {
|
|
1826
1798
|
"mcp_server": true,
|
|
1827
1799
|
"mcp_dispatch": true,
|
|
1828
|
-
"native_connector":
|
|
1800
|
+
"native_connector": true,
|
|
1829
1801
|
"npm_readme": true
|
|
1830
1802
|
},
|
|
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
|
-
]
|
|
1803
|
+
"exclusions": []
|
|
1839
1804
|
},
|
|
1840
1805
|
{
|
|
1841
1806
|
"tool": "wordpress_approve_duplicate",
|
|
@@ -1880,17 +1845,10 @@
|
|
|
1880
1845
|
"surfaces": {
|
|
1881
1846
|
"mcp_server": true,
|
|
1882
1847
|
"mcp_dispatch": true,
|
|
1883
|
-
"native_connector":
|
|
1848
|
+
"native_connector": true,
|
|
1884
1849
|
"npm_readme": true
|
|
1885
1850
|
},
|
|
1886
|
-
"exclusions": [
|
|
1887
|
-
{
|
|
1888
|
-
"surface": "native_connector",
|
|
1889
|
-
"reason": "Temporarily hosted/stdio-only while this legacy schema is migrated to the generated native connector catalog; its WordPress REST handler remains covered.",
|
|
1890
|
-
"replacement": null,
|
|
1891
|
-
"review_by": "7.7.0"
|
|
1892
|
-
}
|
|
1893
|
-
]
|
|
1851
|
+
"exclusions": []
|
|
1894
1852
|
},
|
|
1895
1853
|
{
|
|
1896
1854
|
"tool": "wordpress_build_mega_menu",
|
|
@@ -1983,17 +1941,10 @@
|
|
|
1983
1941
|
"surfaces": {
|
|
1984
1942
|
"mcp_server": true,
|
|
1985
1943
|
"mcp_dispatch": true,
|
|
1986
|
-
"native_connector":
|
|
1944
|
+
"native_connector": true,
|
|
1987
1945
|
"npm_readme": true
|
|
1988
1946
|
},
|
|
1989
|
-
"exclusions": [
|
|
1990
|
-
{
|
|
1991
|
-
"surface": "native_connector",
|
|
1992
|
-
"reason": "Temporarily hosted/stdio-only while this legacy schema is migrated to the generated native connector catalog; its WordPress REST handler remains covered.",
|
|
1993
|
-
"replacement": null,
|
|
1994
|
-
"review_by": "7.7.0"
|
|
1995
|
-
}
|
|
1996
|
-
]
|
|
1947
|
+
"exclusions": []
|
|
1997
1948
|
},
|
|
1998
1949
|
{
|
|
1999
1950
|
"tool": "wordpress_create_comment",
|
|
@@ -2080,9 +2031,9 @@
|
|
|
2080
2031
|
"exclusions": [
|
|
2081
2032
|
{
|
|
2082
2033
|
"surface": "native_connector",
|
|
2083
|
-
"reason": "
|
|
2084
|
-
"replacement":
|
|
2085
|
-
"review_by":
|
|
2034
|
+
"reason": "Exposed on the native endpoint under a shorter built-in compatibility name; the wordpress_-prefixed alias stays hosted/stdio-only.",
|
|
2035
|
+
"replacement": "Use the native endpoint's short-named equivalent.",
|
|
2036
|
+
"review_by": null
|
|
2086
2037
|
}
|
|
2087
2038
|
]
|
|
2088
2039
|
},
|
|
@@ -2105,17 +2056,22 @@
|
|
|
2105
2056
|
"surfaces": {
|
|
2106
2057
|
"mcp_server": true,
|
|
2107
2058
|
"mcp_dispatch": true,
|
|
2108
|
-
"native_connector":
|
|
2059
|
+
"native_connector": true,
|
|
2109
2060
|
"npm_readme": true
|
|
2110
2061
|
},
|
|
2111
|
-
"exclusions": [
|
|
2112
|
-
|
|
2113
|
-
|
|
2114
|
-
|
|
2115
|
-
|
|
2116
|
-
|
|
2117
|
-
|
|
2118
|
-
|
|
2062
|
+
"exclusions": []
|
|
2063
|
+
},
|
|
2064
|
+
{
|
|
2065
|
+
"tool": "wordpress_create_share_link",
|
|
2066
|
+
"kind": "write",
|
|
2067
|
+
"handler": "wordpress_core_rest_or_ability",
|
|
2068
|
+
"surfaces": {
|
|
2069
|
+
"mcp_server": true,
|
|
2070
|
+
"mcp_dispatch": true,
|
|
2071
|
+
"native_connector": true,
|
|
2072
|
+
"npm_readme": true
|
|
2073
|
+
},
|
|
2074
|
+
"exclusions": []
|
|
2119
2075
|
},
|
|
2120
2076
|
{
|
|
2121
2077
|
"tool": "wordpress_create_site_navigation",
|
|
@@ -2160,17 +2116,10 @@
|
|
|
2160
2116
|
"surfaces": {
|
|
2161
2117
|
"mcp_server": true,
|
|
2162
2118
|
"mcp_dispatch": true,
|
|
2163
|
-
"native_connector":
|
|
2119
|
+
"native_connector": true,
|
|
2164
2120
|
"npm_readme": true
|
|
2165
2121
|
},
|
|
2166
|
-
"exclusions": [
|
|
2167
|
-
{
|
|
2168
|
-
"surface": "native_connector",
|
|
2169
|
-
"reason": "Temporarily hosted/stdio-only while this legacy schema is migrated to the generated native connector catalog; its WordPress REST handler remains covered.",
|
|
2170
|
-
"replacement": null,
|
|
2171
|
-
"review_by": "7.7.0"
|
|
2172
|
-
}
|
|
2173
|
-
]
|
|
2122
|
+
"exclusions": []
|
|
2174
2123
|
},
|
|
2175
2124
|
{
|
|
2176
2125
|
"tool": "wordpress_create_term",
|
|
@@ -2251,17 +2200,10 @@
|
|
|
2251
2200
|
"surfaces": {
|
|
2252
2201
|
"mcp_server": true,
|
|
2253
2202
|
"mcp_dispatch": true,
|
|
2254
|
-
"native_connector":
|
|
2203
|
+
"native_connector": true,
|
|
2255
2204
|
"npm_readme": true
|
|
2256
2205
|
},
|
|
2257
|
-
"exclusions": [
|
|
2258
|
-
{
|
|
2259
|
-
"surface": "native_connector",
|
|
2260
|
-
"reason": "Temporarily hosted/stdio-only while this legacy schema is migrated to the generated native connector catalog; its WordPress REST handler remains covered.",
|
|
2261
|
-
"replacement": null,
|
|
2262
|
-
"review_by": "7.7.0"
|
|
2263
|
-
}
|
|
2264
|
-
]
|
|
2206
|
+
"exclusions": []
|
|
2265
2207
|
},
|
|
2266
2208
|
{
|
|
2267
2209
|
"tool": "wordpress_delete_comment",
|
|
@@ -2318,17 +2260,10 @@
|
|
|
2318
2260
|
"surfaces": {
|
|
2319
2261
|
"mcp_server": true,
|
|
2320
2262
|
"mcp_dispatch": true,
|
|
2321
|
-
"native_connector":
|
|
2263
|
+
"native_connector": true,
|
|
2322
2264
|
"npm_readme": true
|
|
2323
2265
|
},
|
|
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
|
-
]
|
|
2266
|
+
"exclusions": []
|
|
2332
2267
|
},
|
|
2333
2268
|
{
|
|
2334
2269
|
"tool": "wordpress_delete_media",
|
|
@@ -2403,9 +2338,9 @@
|
|
|
2403
2338
|
"exclusions": [
|
|
2404
2339
|
{
|
|
2405
2340
|
"surface": "native_connector",
|
|
2406
|
-
"reason": "
|
|
2407
|
-
"replacement":
|
|
2408
|
-
"review_by":
|
|
2341
|
+
"reason": "Exposed on the native endpoint under a shorter built-in compatibility name; the wordpress_-prefixed alias stays hosted/stdio-only.",
|
|
2342
|
+
"replacement": "Use the native endpoint's short-named equivalent.",
|
|
2343
|
+
"review_by": null
|
|
2409
2344
|
}
|
|
2410
2345
|
]
|
|
2411
2346
|
},
|
|
@@ -2440,17 +2375,10 @@
|
|
|
2440
2375
|
"surfaces": {
|
|
2441
2376
|
"mcp_server": true,
|
|
2442
2377
|
"mcp_dispatch": true,
|
|
2443
|
-
"native_connector":
|
|
2378
|
+
"native_connector": true,
|
|
2444
2379
|
"npm_readme": true
|
|
2445
2380
|
},
|
|
2446
|
-
"exclusions": [
|
|
2447
|
-
{
|
|
2448
|
-
"surface": "native_connector",
|
|
2449
|
-
"reason": "Temporarily hosted/stdio-only while this legacy schema is migrated to the generated native connector catalog; its WordPress REST handler remains covered.",
|
|
2450
|
-
"replacement": null,
|
|
2451
|
-
"review_by": "7.7.0"
|
|
2452
|
-
}
|
|
2453
|
-
]
|
|
2381
|
+
"exclusions": []
|
|
2454
2382
|
},
|
|
2455
2383
|
{
|
|
2456
2384
|
"tool": "wordpress_delete_site_navigation",
|
|
@@ -2483,17 +2411,10 @@
|
|
|
2483
2411
|
"surfaces": {
|
|
2484
2412
|
"mcp_server": true,
|
|
2485
2413
|
"mcp_dispatch": true,
|
|
2486
|
-
"native_connector":
|
|
2414
|
+
"native_connector": true,
|
|
2487
2415
|
"npm_readme": true
|
|
2488
2416
|
},
|
|
2489
|
-
"exclusions": [
|
|
2490
|
-
{
|
|
2491
|
-
"surface": "native_connector",
|
|
2492
|
-
"reason": "Temporarily hosted/stdio-only while this legacy schema is migrated to the generated native connector catalog; its WordPress REST handler remains covered.",
|
|
2493
|
-
"replacement": null,
|
|
2494
|
-
"review_by": "7.7.0"
|
|
2495
|
-
}
|
|
2496
|
-
]
|
|
2417
|
+
"exclusions": []
|
|
2497
2418
|
},
|
|
2498
2419
|
{
|
|
2499
2420
|
"tool": "wordpress_delete_term",
|
|
@@ -2593,17 +2514,10 @@
|
|
|
2593
2514
|
"surfaces": {
|
|
2594
2515
|
"mcp_server": true,
|
|
2595
2516
|
"mcp_dispatch": true,
|
|
2596
|
-
"native_connector":
|
|
2517
|
+
"native_connector": true,
|
|
2597
2518
|
"npm_readme": true
|
|
2598
2519
|
},
|
|
2599
|
-
"exclusions": [
|
|
2600
|
-
{
|
|
2601
|
-
"surface": "native_connector",
|
|
2602
|
-
"reason": "Temporarily hosted/stdio-only while this legacy schema is migrated to the generated native connector catalog; its WordPress REST handler remains covered.",
|
|
2603
|
-
"replacement": null,
|
|
2604
|
-
"review_by": "7.7.0"
|
|
2605
|
-
}
|
|
2606
|
-
]
|
|
2520
|
+
"exclusions": []
|
|
2607
2521
|
},
|
|
2608
2522
|
{
|
|
2609
2523
|
"tool": "wordpress_export_design_direction",
|
|
@@ -2672,17 +2586,10 @@
|
|
|
2672
2586
|
"surfaces": {
|
|
2673
2587
|
"mcp_server": true,
|
|
2674
2588
|
"mcp_dispatch": true,
|
|
2675
|
-
"native_connector":
|
|
2589
|
+
"native_connector": true,
|
|
2676
2590
|
"npm_readme": true
|
|
2677
2591
|
},
|
|
2678
|
-
"exclusions": [
|
|
2679
|
-
{
|
|
2680
|
-
"surface": "native_connector",
|
|
2681
|
-
"reason": "Temporarily hosted/stdio-only while this legacy schema is migrated to the generated native connector catalog; its WordPress REST handler remains covered.",
|
|
2682
|
-
"replacement": null,
|
|
2683
|
-
"review_by": "7.7.0"
|
|
2684
|
-
}
|
|
2685
|
-
]
|
|
2592
|
+
"exclusions": []
|
|
2686
2593
|
},
|
|
2687
2594
|
{
|
|
2688
2595
|
"tool": "wordpress_get_active_site",
|
|
@@ -2734,17 +2641,10 @@
|
|
|
2734
2641
|
"surfaces": {
|
|
2735
2642
|
"mcp_server": true,
|
|
2736
2643
|
"mcp_dispatch": true,
|
|
2737
|
-
"native_connector":
|
|
2644
|
+
"native_connector": true,
|
|
2738
2645
|
"npm_readme": true
|
|
2739
2646
|
},
|
|
2740
|
-
"exclusions": [
|
|
2741
|
-
{
|
|
2742
|
-
"surface": "native_connector",
|
|
2743
|
-
"reason": "Temporarily hosted/stdio-only while this legacy schema is migrated to the generated native connector catalog; its WordPress REST handler remains covered.",
|
|
2744
|
-
"replacement": null,
|
|
2745
|
-
"review_by": "7.7.0"
|
|
2746
|
-
}
|
|
2747
|
-
]
|
|
2647
|
+
"exclusions": []
|
|
2748
2648
|
},
|
|
2749
2649
|
{
|
|
2750
2650
|
"tool": "wordpress_get_comment",
|
|
@@ -2813,17 +2713,10 @@
|
|
|
2813
2713
|
"surfaces": {
|
|
2814
2714
|
"mcp_server": true,
|
|
2815
2715
|
"mcp_dispatch": true,
|
|
2816
|
-
"native_connector":
|
|
2716
|
+
"native_connector": true,
|
|
2817
2717
|
"npm_readme": true
|
|
2818
2718
|
},
|
|
2819
|
-
"exclusions": [
|
|
2820
|
-
{
|
|
2821
|
-
"surface": "native_connector",
|
|
2822
|
-
"reason": "Temporarily hosted/stdio-only while this legacy schema is migrated to the generated native connector catalog; its WordPress REST handler remains covered.",
|
|
2823
|
-
"replacement": null,
|
|
2824
|
-
"review_by": "7.7.0"
|
|
2825
|
-
}
|
|
2826
|
-
]
|
|
2719
|
+
"exclusions": []
|
|
2827
2720
|
},
|
|
2828
2721
|
{
|
|
2829
2722
|
"tool": "wordpress_get_media",
|
|
@@ -2880,17 +2773,10 @@
|
|
|
2880
2773
|
"surfaces": {
|
|
2881
2774
|
"mcp_server": true,
|
|
2882
2775
|
"mcp_dispatch": true,
|
|
2883
|
-
"native_connector":
|
|
2776
|
+
"native_connector": true,
|
|
2884
2777
|
"npm_readme": true
|
|
2885
2778
|
},
|
|
2886
|
-
"exclusions": [
|
|
2887
|
-
{
|
|
2888
|
-
"surface": "native_connector",
|
|
2889
|
-
"reason": "Temporarily hosted/stdio-only while this legacy schema is migrated to the generated native connector catalog; its WordPress REST handler remains covered.",
|
|
2890
|
-
"replacement": null,
|
|
2891
|
-
"review_by": "7.7.0"
|
|
2892
|
-
}
|
|
2893
|
-
]
|
|
2779
|
+
"exclusions": []
|
|
2894
2780
|
},
|
|
2895
2781
|
{
|
|
2896
2782
|
"tool": "wordpress_get_playbook",
|
|
@@ -2905,9 +2791,9 @@
|
|
|
2905
2791
|
"exclusions": [
|
|
2906
2792
|
{
|
|
2907
2793
|
"surface": "native_connector",
|
|
2908
|
-
"reason": "
|
|
2909
|
-
"replacement":
|
|
2910
|
-
"review_by":
|
|
2794
|
+
"reason": "Exposed on the native endpoint under a shorter built-in compatibility name; the wordpress_-prefixed alias stays hosted/stdio-only.",
|
|
2795
|
+
"replacement": "Use the native endpoint's short-named equivalent.",
|
|
2796
|
+
"review_by": null
|
|
2911
2797
|
}
|
|
2912
2798
|
]
|
|
2913
2799
|
},
|
|
@@ -3104,9 +2990,9 @@
|
|
|
3104
2990
|
"exclusions": [
|
|
3105
2991
|
{
|
|
3106
2992
|
"surface": "native_connector",
|
|
3107
|
-
"reason": "
|
|
3108
|
-
"replacement":
|
|
3109
|
-
"review_by":
|
|
2993
|
+
"reason": "Exposed on the native endpoint under a shorter built-in compatibility name; the wordpress_-prefixed alias stays hosted/stdio-only.",
|
|
2994
|
+
"replacement": "Use the native endpoint's short-named equivalent.",
|
|
2995
|
+
"review_by": null
|
|
3110
2996
|
}
|
|
3111
2997
|
]
|
|
3112
2998
|
},
|
|
@@ -3117,17 +3003,10 @@
|
|
|
3117
3003
|
"surfaces": {
|
|
3118
3004
|
"mcp_server": true,
|
|
3119
3005
|
"mcp_dispatch": true,
|
|
3120
|
-
"native_connector":
|
|
3006
|
+
"native_connector": true,
|
|
3121
3007
|
"npm_readme": true
|
|
3122
3008
|
},
|
|
3123
|
-
"exclusions": [
|
|
3124
|
-
{
|
|
3125
|
-
"surface": "native_connector",
|
|
3126
|
-
"reason": "Temporarily hosted/stdio-only while this legacy schema is migrated to the generated native connector catalog; its WordPress REST handler remains covered.",
|
|
3127
|
-
"replacement": null,
|
|
3128
|
-
"review_by": "7.7.0"
|
|
3129
|
-
}
|
|
3130
|
-
]
|
|
3009
|
+
"exclusions": []
|
|
3131
3010
|
},
|
|
3132
3011
|
{
|
|
3133
3012
|
"tool": "wordpress_list_acf_field_groups",
|
|
@@ -3136,17 +3015,10 @@
|
|
|
3136
3015
|
"surfaces": {
|
|
3137
3016
|
"mcp_server": true,
|
|
3138
3017
|
"mcp_dispatch": true,
|
|
3139
|
-
"native_connector":
|
|
3018
|
+
"native_connector": true,
|
|
3140
3019
|
"npm_readme": true
|
|
3141
3020
|
},
|
|
3142
|
-
"exclusions": [
|
|
3143
|
-
{
|
|
3144
|
-
"surface": "native_connector",
|
|
3145
|
-
"reason": "Temporarily hosted/stdio-only while this legacy schema is migrated to the generated native connector catalog; its WordPress REST handler remains covered.",
|
|
3146
|
-
"replacement": null,
|
|
3147
|
-
"review_by": "7.7.0"
|
|
3148
|
-
}
|
|
3149
|
-
]
|
|
3021
|
+
"exclusions": []
|
|
3150
3022
|
},
|
|
3151
3023
|
{
|
|
3152
3024
|
"tool": "wordpress_list_activity",
|
|
@@ -3179,17 +3051,10 @@
|
|
|
3179
3051
|
"surfaces": {
|
|
3180
3052
|
"mcp_server": true,
|
|
3181
3053
|
"mcp_dispatch": true,
|
|
3182
|
-
"native_connector":
|
|
3054
|
+
"native_connector": true,
|
|
3183
3055
|
"npm_readme": true
|
|
3184
3056
|
},
|
|
3185
|
-
"exclusions": [
|
|
3186
|
-
{
|
|
3187
|
-
"surface": "native_connector",
|
|
3188
|
-
"reason": "Temporarily hosted/stdio-only while this legacy schema is migrated to the generated native connector catalog; its WordPress REST handler remains covered.",
|
|
3189
|
-
"replacement": null,
|
|
3190
|
-
"review_by": "7.7.0"
|
|
3191
|
-
}
|
|
3192
|
-
]
|
|
3057
|
+
"exclusions": []
|
|
3193
3058
|
},
|
|
3194
3059
|
{
|
|
3195
3060
|
"tool": "wordpress_list_custom_posts",
|
|
@@ -3210,17 +3075,10 @@
|
|
|
3210
3075
|
"surfaces": {
|
|
3211
3076
|
"mcp_server": true,
|
|
3212
3077
|
"mcp_dispatch": true,
|
|
3213
|
-
"native_connector":
|
|
3078
|
+
"native_connector": true,
|
|
3214
3079
|
"npm_readme": true
|
|
3215
3080
|
},
|
|
3216
|
-
"exclusions": [
|
|
3217
|
-
{
|
|
3218
|
-
"surface": "native_connector",
|
|
3219
|
-
"reason": "Temporarily hosted/stdio-only while this legacy schema is migrated to the generated native connector catalog; its WordPress REST handler remains covered.",
|
|
3220
|
-
"replacement": null,
|
|
3221
|
-
"review_by": "7.7.0"
|
|
3222
|
-
}
|
|
3223
|
-
]
|
|
3081
|
+
"exclusions": []
|
|
3224
3082
|
},
|
|
3225
3083
|
{
|
|
3226
3084
|
"tool": "wordpress_list_design_directions",
|
|
@@ -3253,17 +3111,10 @@
|
|
|
3253
3111
|
"surfaces": {
|
|
3254
3112
|
"mcp_server": true,
|
|
3255
3113
|
"mcp_dispatch": true,
|
|
3256
|
-
"native_connector":
|
|
3114
|
+
"native_connector": true,
|
|
3257
3115
|
"npm_readme": true
|
|
3258
3116
|
},
|
|
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
|
-
]
|
|
3117
|
+
"exclusions": []
|
|
3267
3118
|
},
|
|
3268
3119
|
{
|
|
3269
3120
|
"tool": "wordpress_list_media",
|
|
@@ -3362,9 +3213,9 @@
|
|
|
3362
3213
|
"exclusions": [
|
|
3363
3214
|
{
|
|
3364
3215
|
"surface": "native_connector",
|
|
3365
|
-
"reason": "
|
|
3366
|
-
"replacement":
|
|
3367
|
-
"review_by":
|
|
3216
|
+
"reason": "Exposed on the native endpoint under a shorter built-in compatibility name; the wordpress_-prefixed alias stays hosted/stdio-only.",
|
|
3217
|
+
"replacement": "Use the native endpoint's short-named equivalent.",
|
|
3218
|
+
"review_by": null
|
|
3368
3219
|
}
|
|
3369
3220
|
]
|
|
3370
3221
|
},
|
|
@@ -3526,17 +3377,10 @@
|
|
|
3526
3377
|
"surfaces": {
|
|
3527
3378
|
"mcp_server": true,
|
|
3528
3379
|
"mcp_dispatch": true,
|
|
3529
|
-
"native_connector":
|
|
3380
|
+
"native_connector": true,
|
|
3530
3381
|
"npm_readme": true
|
|
3531
3382
|
},
|
|
3532
|
-
"exclusions": [
|
|
3533
|
-
{
|
|
3534
|
-
"surface": "native_connector",
|
|
3535
|
-
"reason": "Temporarily hosted/stdio-only while this legacy schema is migrated to the generated native connector catalog; its WordPress REST handler remains covered.",
|
|
3536
|
-
"replacement": null,
|
|
3537
|
-
"review_by": "7.7.0"
|
|
3538
|
-
}
|
|
3539
|
-
]
|
|
3383
|
+
"exclusions": []
|
|
3540
3384
|
},
|
|
3541
3385
|
{
|
|
3542
3386
|
"tool": "wordpress_mint_design_preview",
|
|
@@ -3653,17 +3497,10 @@
|
|
|
3653
3497
|
"surfaces": {
|
|
3654
3498
|
"mcp_server": true,
|
|
3655
3499
|
"mcp_dispatch": true,
|
|
3656
|
-
"native_connector":
|
|
3500
|
+
"native_connector": true,
|
|
3657
3501
|
"npm_readme": true
|
|
3658
3502
|
},
|
|
3659
|
-
"exclusions": [
|
|
3660
|
-
{
|
|
3661
|
-
"surface": "native_connector",
|
|
3662
|
-
"reason": "Temporarily hosted/stdio-only while this legacy schema is migrated to the generated native connector catalog; its WordPress REST handler remains covered.",
|
|
3663
|
-
"replacement": null,
|
|
3664
|
-
"review_by": "7.7.0"
|
|
3665
|
-
}
|
|
3666
|
-
]
|
|
3503
|
+
"exclusions": []
|
|
3667
3504
|
},
|
|
3668
3505
|
{
|
|
3669
3506
|
"tool": "wordpress_redeem_token",
|
|
@@ -3770,17 +3607,10 @@
|
|
|
3770
3607
|
"surfaces": {
|
|
3771
3608
|
"mcp_server": true,
|
|
3772
3609
|
"mcp_dispatch": true,
|
|
3773
|
-
"native_connector":
|
|
3610
|
+
"native_connector": true,
|
|
3774
3611
|
"npm_readme": true
|
|
3775
3612
|
},
|
|
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
|
-
]
|
|
3613
|
+
"exclusions": []
|
|
3784
3614
|
},
|
|
3785
3615
|
{
|
|
3786
3616
|
"tool": "wordpress_restore_session",
|
|
@@ -3789,17 +3619,10 @@
|
|
|
3789
3619
|
"surfaces": {
|
|
3790
3620
|
"mcp_server": true,
|
|
3791
3621
|
"mcp_dispatch": true,
|
|
3792
|
-
"native_connector":
|
|
3622
|
+
"native_connector": true,
|
|
3793
3623
|
"npm_readme": true
|
|
3794
3624
|
},
|
|
3795
|
-
"exclusions": [
|
|
3796
|
-
{
|
|
3797
|
-
"surface": "native_connector",
|
|
3798
|
-
"reason": "Temporarily hosted/stdio-only while this legacy schema is migrated to the generated native connector catalog; its WordPress REST handler remains covered.",
|
|
3799
|
-
"replacement": null,
|
|
3800
|
-
"review_by": "7.7.0"
|
|
3801
|
-
}
|
|
3802
|
-
]
|
|
3625
|
+
"exclusions": []
|
|
3803
3626
|
},
|
|
3804
3627
|
{
|
|
3805
3628
|
"tool": "wordpress_restore_snapshot",
|
|
@@ -3820,17 +3643,10 @@
|
|
|
3820
3643
|
"surfaces": {
|
|
3821
3644
|
"mcp_server": true,
|
|
3822
3645
|
"mcp_dispatch": true,
|
|
3823
|
-
"native_connector":
|
|
3646
|
+
"native_connector": true,
|
|
3824
3647
|
"npm_readme": true
|
|
3825
3648
|
},
|
|
3826
|
-
"exclusions": [
|
|
3827
|
-
{
|
|
3828
|
-
"surface": "native_connector",
|
|
3829
|
-
"reason": "Temporarily hosted/stdio-only while this legacy schema is migrated to the generated native connector catalog; its WordPress REST handler remains covered.",
|
|
3830
|
-
"replacement": null,
|
|
3831
|
-
"review_by": "7.7.0"
|
|
3832
|
-
}
|
|
3833
|
-
]
|
|
3649
|
+
"exclusions": []
|
|
3834
3650
|
},
|
|
3835
3651
|
{
|
|
3836
3652
|
"tool": "wordpress_run_security_audit",
|
|
@@ -3863,17 +3679,10 @@
|
|
|
3863
3679
|
"surfaces": {
|
|
3864
3680
|
"mcp_server": true,
|
|
3865
3681
|
"mcp_dispatch": true,
|
|
3866
|
-
"native_connector":
|
|
3682
|
+
"native_connector": true,
|
|
3867
3683
|
"npm_readme": true
|
|
3868
3684
|
},
|
|
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
|
-
]
|
|
3685
|
+
"exclusions": []
|
|
3877
3686
|
},
|
|
3878
3687
|
{
|
|
3879
3688
|
"tool": "wordpress_scan_page_accessibility",
|
|
@@ -3882,17 +3691,10 @@
|
|
|
3882
3691
|
"surfaces": {
|
|
3883
3692
|
"mcp_server": true,
|
|
3884
3693
|
"mcp_dispatch": true,
|
|
3885
|
-
"native_connector":
|
|
3694
|
+
"native_connector": true,
|
|
3886
3695
|
"npm_readme": true
|
|
3887
3696
|
},
|
|
3888
|
-
"exclusions": [
|
|
3889
|
-
{
|
|
3890
|
-
"surface": "native_connector",
|
|
3891
|
-
"reason": "Temporarily hosted/stdio-only while this legacy schema is migrated to the generated native connector catalog; its WordPress REST handler remains covered.",
|
|
3892
|
-
"replacement": null,
|
|
3893
|
-
"review_by": "7.7.0"
|
|
3894
|
-
}
|
|
3895
|
-
]
|
|
3697
|
+
"exclusions": []
|
|
3896
3698
|
},
|
|
3897
3699
|
{
|
|
3898
3700
|
"tool": "wordpress_search_abilities",
|
|
@@ -3968,17 +3770,10 @@
|
|
|
3968
3770
|
"surfaces": {
|
|
3969
3771
|
"mcp_server": true,
|
|
3970
3772
|
"mcp_dispatch": true,
|
|
3971
|
-
"native_connector":
|
|
3773
|
+
"native_connector": true,
|
|
3972
3774
|
"npm_readme": true
|
|
3973
3775
|
},
|
|
3974
|
-
"exclusions": [
|
|
3975
|
-
{
|
|
3976
|
-
"surface": "native_connector",
|
|
3977
|
-
"reason": "Temporarily hosted/stdio-only while this legacy schema is migrated to the generated native connector catalog; its WordPress REST handler remains covered.",
|
|
3978
|
-
"replacement": null,
|
|
3979
|
-
"review_by": "7.7.0"
|
|
3980
|
-
}
|
|
3981
|
-
]
|
|
3776
|
+
"exclusions": []
|
|
3982
3777
|
},
|
|
3983
3778
|
{
|
|
3984
3779
|
"tool": "wordpress_update_comment",
|
|
@@ -4059,17 +3854,10 @@
|
|
|
4059
3854
|
"surfaces": {
|
|
4060
3855
|
"mcp_server": true,
|
|
4061
3856
|
"mcp_dispatch": true,
|
|
4062
|
-
"native_connector":
|
|
3857
|
+
"native_connector": true,
|
|
4063
3858
|
"npm_readme": true
|
|
4064
3859
|
},
|
|
4065
|
-
"exclusions": [
|
|
4066
|
-
{
|
|
4067
|
-
"surface": "native_connector",
|
|
4068
|
-
"reason": "Temporarily hosted/stdio-only while this legacy schema is migrated to the generated native connector catalog; its WordPress REST handler remains covered.",
|
|
4069
|
-
"replacement": null,
|
|
4070
|
-
"review_by": "7.7.0"
|
|
4071
|
-
}
|
|
4072
|
-
]
|
|
3860
|
+
"exclusions": []
|
|
4073
3861
|
},
|
|
4074
3862
|
{
|
|
4075
3863
|
"tool": "wordpress_update_menu",
|
|
@@ -4144,9 +3932,9 @@
|
|
|
4144
3932
|
"exclusions": [
|
|
4145
3933
|
{
|
|
4146
3934
|
"surface": "native_connector",
|
|
4147
|
-
"reason": "
|
|
4148
|
-
"replacement":
|
|
4149
|
-
"review_by":
|
|
3935
|
+
"reason": "Exposed on the native endpoint under a shorter built-in compatibility name; the wordpress_-prefixed alias stays hosted/stdio-only.",
|
|
3936
|
+
"replacement": "Use the native endpoint's short-named equivalent.",
|
|
3937
|
+
"review_by": null
|
|
4150
3938
|
}
|
|
4151
3939
|
]
|
|
4152
3940
|
},
|
|
@@ -4181,17 +3969,10 @@
|
|
|
4181
3969
|
"surfaces": {
|
|
4182
3970
|
"mcp_server": true,
|
|
4183
3971
|
"mcp_dispatch": true,
|
|
4184
|
-
"native_connector":
|
|
3972
|
+
"native_connector": true,
|
|
4185
3973
|
"npm_readme": true
|
|
4186
3974
|
},
|
|
4187
|
-
"exclusions": [
|
|
4188
|
-
{
|
|
4189
|
-
"surface": "native_connector",
|
|
4190
|
-
"reason": "Temporarily hosted/stdio-only while this legacy schema is migrated to the generated native connector catalog; its WordPress REST handler remains covered.",
|
|
4191
|
-
"replacement": null,
|
|
4192
|
-
"review_by": "7.7.0"
|
|
4193
|
-
}
|
|
4194
|
-
]
|
|
3975
|
+
"exclusions": []
|
|
4195
3976
|
},
|
|
4196
3977
|
{
|
|
4197
3978
|
"tool": "wordpress_update_site_navigation",
|
|
@@ -4236,17 +4017,10 @@
|
|
|
4236
4017
|
"surfaces": {
|
|
4237
4018
|
"mcp_server": true,
|
|
4238
4019
|
"mcp_dispatch": true,
|
|
4239
|
-
"native_connector":
|
|
4020
|
+
"native_connector": true,
|
|
4240
4021
|
"npm_readme": true
|
|
4241
4022
|
},
|
|
4242
|
-
"exclusions": [
|
|
4243
|
-
{
|
|
4244
|
-
"surface": "native_connector",
|
|
4245
|
-
"reason": "Temporarily hosted/stdio-only while this legacy schema is migrated to the generated native connector catalog; its WordPress REST handler remains covered.",
|
|
4246
|
-
"replacement": null,
|
|
4247
|
-
"review_by": "7.7.0"
|
|
4248
|
-
}
|
|
4249
|
-
]
|
|
4023
|
+
"exclusions": []
|
|
4250
4024
|
},
|
|
4251
4025
|
{
|
|
4252
4026
|
"tool": "wordpress_update_term",
|
|
@@ -4315,17 +4089,10 @@
|
|
|
4315
4089
|
"surfaces": {
|
|
4316
4090
|
"mcp_server": true,
|
|
4317
4091
|
"mcp_dispatch": true,
|
|
4318
|
-
"native_connector":
|
|
4092
|
+
"native_connector": true,
|
|
4319
4093
|
"npm_readme": true
|
|
4320
4094
|
},
|
|
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
|
-
]
|
|
4095
|
+
"exclusions": []
|
|
4329
4096
|
},
|
|
4330
4097
|
{
|
|
4331
4098
|
"tool": "wordpress_validate_security",
|
|
@@ -4346,17 +4113,10 @@
|
|
|
4346
4113
|
"surfaces": {
|
|
4347
4114
|
"mcp_server": true,
|
|
4348
4115
|
"mcp_dispatch": true,
|
|
4349
|
-
"native_connector":
|
|
4116
|
+
"native_connector": true,
|
|
4350
4117
|
"npm_readme": true
|
|
4351
4118
|
},
|
|
4352
|
-
"exclusions": [
|
|
4353
|
-
{
|
|
4354
|
-
"surface": "native_connector",
|
|
4355
|
-
"reason": "Temporarily hosted/stdio-only while this legacy schema is migrated to the generated native connector catalog; its WordPress REST handler remains covered.",
|
|
4356
|
-
"replacement": null,
|
|
4357
|
-
"review_by": "7.7.0"
|
|
4358
|
-
}
|
|
4359
|
-
]
|
|
4119
|
+
"exclusions": []
|
|
4360
4120
|
}
|
|
4361
4121
|
],
|
|
4362
4122
|
"woo_rest_routes": [
|