@diviops/mcp-server 0.2.8 → 0.2.9
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 +1 -1
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -670,7 +670,7 @@ server.registerTool("diviops_preset_create", {
|
|
|
670
670
|
name: z.string().describe("Display name for the new preset"),
|
|
671
671
|
attrs: z
|
|
672
672
|
.record(z.string(), z.any())
|
|
673
|
-
.describe("Full module attribute bag (same shape as a module's top-level attrs in block markup). Saved to
|
|
673
|
+
.describe("Full module attribute bag (same shape as a module's top-level attrs in block markup). Saved to attrs, styleAttrs, and renderAttrs — matches VB save semantics so render cache stays in sync with edit state."),
|
|
674
674
|
type: z
|
|
675
675
|
.enum(["module", "group"])
|
|
676
676
|
.optional()
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@diviops/mcp-server",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.9",
|
|
4
4
|
"description": "MCP server exposing Divi 5 Visual Builder as tools for Claude",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"license": "MIT",
|
|
30
30
|
"repository": {
|
|
31
31
|
"type": "git",
|
|
32
|
-
"url": "https://github.com/oaris-dev/diviops.git",
|
|
32
|
+
"url": "git+https://github.com/oaris-dev/diviops.git",
|
|
33
33
|
"directory": "diviops-server"
|
|
34
34
|
},
|
|
35
35
|
"bugs": {
|