@noleemits/vision-builder-control-mcp 4.5.10 → 4.5.11

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.
Files changed (2) hide show
  1. package/index.js +3 -3
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -30,7 +30,7 @@
30
30
  *
31
31
  * WordPress plugin: Noleemits Vision Builder Control (nvbc/v1 REST endpoints)
32
32
  *
33
- * Version: 4.4.0
33
+ * Version: 4.5.11
34
34
  */
35
35
 
36
36
  import { Server } from "@modelcontextprotocol/sdk/server/index.js";
@@ -94,8 +94,8 @@ process.on('SIGINT', () => {
94
94
  // CONFIG
95
95
  // ================================================================
96
96
 
97
- const VERSION = '4.5.10';
98
- const MIN_PLUGIN_VERSION = '4.5.10'; // Minimum WP plugin version required by this MCP server
97
+ const VERSION = '4.5.11';
98
+ const MIN_PLUGIN_VERSION = '4.5.11'; // Minimum WP plugin version required by this MCP server
99
99
 
100
100
  // ================================================================
101
101
  // PARAMETER HELPERS
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@noleemits/vision-builder-control-mcp",
3
- "version": "4.5.10",
3
+ "version": "4.5.11",
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",