@wplaunchify/ml-mcp-server 2.1.3 → 2.1.4

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.
@@ -31,7 +31,8 @@ const toolCategories = {
31
31
  ...mediaTools,
32
32
  ...userTools,
33
33
  ...pluginRepositoryTools,
34
- ...commentTools
34
+ ...commentTools,
35
+ ...mlCanvasTools
35
36
  ],
36
37
  // Full FluentCommunity (91 tools) - legacy support
37
38
  fluentcommunity: [
@@ -73,6 +74,7 @@ const toolCategories = {
73
74
  ]
74
75
  };
75
76
  const handlerCategories = {
77
+ // WP (ENABLED_TOOLS=wordpress) - 40 tools
76
78
  wordpress: {
77
79
  ...unifiedContentHandlers,
78
80
  ...unifiedTaxonomyHandlers,
@@ -80,7 +82,8 @@ const handlerCategories = {
80
82
  ...mediaHandlers,
81
83
  ...userHandlers,
82
84
  ...pluginRepositoryHandlers,
83
- ...commentHandlers
85
+ ...commentHandlers,
86
+ ...mlCanvasHandlers // ML Canvas is part of WordPress category
84
87
  },
85
88
  fluentcommunity: {
86
89
  ...fluentCommunityHandlers,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wplaunchify/ml-mcp-server",
3
- "version": "2.1.3",
3
+ "version": "2.1.4",
4
4
  "description": "Universal MCP Server for WordPress + Fluent Suite (Community, CRM, Cart) + MinuteLaunch Plugins. Comprehensive tools for AI-powered WordPress management via Claude, Cursor, and other MCP clients.",
5
5
  "type": "module",
6
6
  "main": "./build/server.js",