@wplaunchify/ml-mcp-server 2.6.3 → 2.6.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.
|
@@ -363,7 +363,7 @@ export const mlMediaHubHandlers = {
|
|
|
363
363
|
},
|
|
364
364
|
mlmh_list_categories: async (args) => {
|
|
365
365
|
try {
|
|
366
|
-
const response = await makeWordPressRequest('GET', 'mediahub/v1/categories');
|
|
366
|
+
const response = await makeWordPressRequest('GET', 'mediahub/v1/media-categories');
|
|
367
367
|
return {
|
|
368
368
|
toolResult: {
|
|
369
369
|
content: [{
|
|
@@ -387,7 +387,7 @@ export const mlMediaHubHandlers = {
|
|
|
387
387
|
},
|
|
388
388
|
mlmh_create_category: async (args) => {
|
|
389
389
|
try {
|
|
390
|
-
const response = await makeWordPressRequest('POST', 'mediahub/v1/categories', args);
|
|
390
|
+
const response = await makeWordPressRequest('POST', 'mediahub/v1/media-categories', args);
|
|
391
391
|
return {
|
|
392
392
|
toolResult: {
|
|
393
393
|
content: [{
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wplaunchify/ml-mcp-server",
|
|
3
|
-
"version": "2.6.
|
|
3
|
+
"version": "2.6.4",
|
|
4
4
|
"description": "Universal MCP Server for WordPress + Fluent Suite (Community, CRM, Cart) + FluentMCP Pro. Comprehensive tools for AI-powered WordPress management via Claude, Cursor, and other MCP clients.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./build/server.js",
|