@bettercms-ai/mcp 0.20.0 → 0.20.1

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/dist/index.js CHANGED
@@ -2750,7 +2750,7 @@ function buildToolDefs(deps) {
2750
2750
  };
2751
2751
  const data = async (client, method, path, body) => (await client.fetchJSON(client.url(path), {
2752
2752
  method,
2753
- ...body !== void 0 ? { body: JSON.stringify(body), headers: { "content-type": "application/json" } } : {}
2753
+ ...body !== void 0 ? { body: JSON.stringify(body) } : {}
2754
2754
  })).data;
2755
2755
  const s = (v) => v;
2756
2756
  const raw = async (client, path, base64, mimeType) => (await client.fetchJSON(client.url(path), {