@baasix/mcp 0.1.3 → 0.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.
Files changed (2) hide show
  1. package/baasix/index.js +1 -1
  2. package/package.json +1 -1
package/baasix/index.js CHANGED
@@ -959,7 +959,7 @@ AVAILABLE VARIABLES:
959
959
  },
960
960
  body: {
961
961
  type: "string",
962
- description: "Template body as HTML string or GrapesJS project JSON",
962
+ description: "Template body as HTML string with Liquid variables",
963
963
  },
964
964
  isActive: {
965
965
  type: "boolean",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@baasix/mcp",
3
- "version": "0.1.3",
3
+ "version": "0.1.4",
4
4
  "description": "Model Context Protocol (MCP) server for Baasix Backend-as-a-Service - provides 40+ tools for schema management, CRUD operations with 50+ filter operators, relationships, permissions, files, workflows, and more",
5
5
  "type": "module",
6
6
  "main": "baasix/index.js",