listingbureau-mcp 0.1.9 → 0.1.10
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.
|
@@ -75,7 +75,7 @@ export function registerProjectsTools(server, client) {
|
|
|
75
75
|
try {
|
|
76
76
|
const body = {};
|
|
77
77
|
if (params.active !== undefined)
|
|
78
|
-
body.
|
|
78
|
+
body.action = params.active ? "activate" : "pause";
|
|
79
79
|
if (Object.keys(body).length === 0) {
|
|
80
80
|
return formatErrorResult(new Error("At least one field (active) must be provided"));
|
|
81
81
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "listingbureau-mcp",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.10",
|
|
4
4
|
"description": "Amazon organic ranking MCP server. Run ranking campaigns, track keyword positions, and monitor rank movement from any AI assistant.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|