@respira/wordpress-mcp-server 5.4.1 → 5.5.0
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/README.md +74 -7
- package/dist/config.d.ts.map +1 -1
- package/dist/config.js +5 -0
- package/dist/config.js.map +1 -1
- package/dist/server.d.ts +7 -0
- package/dist/server.d.ts.map +1 -1
- package/dist/server.js +28 -1
- package/dist/server.js.map +1 -1
- package/dist/setup.d.ts.map +1 -1
- package/dist/setup.js +381 -8
- package/dist/setup.js.map +1 -1
- package/dist/types/index.d.ts +5 -0
- package/dist/types/index.d.ts.map +1 -1
- package/dist/wordpress-client.d.ts +28 -0
- package/dist/wordpress-client.d.ts.map +1 -1
- package/dist/wordpress-client.js +205 -4
- package/dist/wordpress-client.js.map +1 -1
- package/package.json +2 -2
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@respira/wordpress-mcp-server",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.5.0",
|
|
4
4
|
"mcpName": "io.github.webmyc/respira-wordpress",
|
|
5
|
-
"description": "172 MCP tools for WordPress
|
|
5
|
+
"description": "172 MCP tools for WordPress — the only MCP server with native page builder support. Element-level editing, full page creation, HTML-to-builder conversion, WCAG accessibility scanning, stock images, bulk operations for 11 builders (Elementor, Divi 4+5, Bricks, Gutenberg, WPBakery, Oxygen, Beaver Builder, Brizy, Visual Composer, Thrive, Breakdance). Bricks Deep Intelligence (20 tools), WooCommerce (21 tools), 27 widget shortcuts. Setup: npx add-mcp for auto-config, --setup wizard, --doctor diagnostics. Duplicate-before-edit safety. Skills marketplace with 88+ AI workflows. Optimistic locking (contentHash). enabledTools config for clients with tool limits.",
|
|
6
6
|
"main": "dist/index.js",
|
|
7
7
|
"bin": {
|
|
8
8
|
"wordpress-mcp-server": "./dist/index.js",
|