@noleemits/vision-builder-control-mcp 4.42.5 → 4.43.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/index.js +1 -1
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -108,7 +108,7 @@ process.on('SIGINT', () => {
|
|
|
108
108
|
// CONFIG
|
|
109
109
|
// ================================================================
|
|
110
110
|
|
|
111
|
-
const VERSION = '4.
|
|
111
|
+
const VERSION = '4.43.0';
|
|
112
112
|
const MIN_PLUGIN_VERSION = '4.13.0'; // Minimum WP plugin version required by this MCP server
|
|
113
113
|
|
|
114
114
|
// ================================================================
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@noleemits/vision-builder-control-mcp",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.43.0",
|
|
4
4
|
"description": "Vision Builder Control MCP server - design token-driven page builder tools for WordPress/Elementor websites",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "index.js",
|