@markdy/mcp-server 1.4.5 → 1.4.7

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/dist/index.js +2 -1
  2. package/package.json +3 -3
package/dist/index.js CHANGED
@@ -1818,7 +1818,8 @@ function parse(source, opts = {}) {
1818
1818
  theme: "paper",
1819
1819
  explicitTheme: false,
1820
1820
  direction: "LR",
1821
- explicitDirection: false
1821
+ explicitDirection: false,
1822
+ layoutMode: "auto"
1822
1823
  };
1823
1824
  const styles = {};
1824
1825
  const nodes = {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@markdy/mcp-server",
3
- "version": "1.4.5",
3
+ "version": "1.4.7",
4
4
  "description": "Model Context Protocol server for Markdy diagram validation, transpilation, and generation.",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -39,8 +39,8 @@
39
39
  },
40
40
  "dependencies": {
41
41
  "@modelcontextprotocol/sdk": "^1.6.1",
42
- "@markdy/compat": "1.4.5",
43
- "@markdy/core": "1.4.5"
42
+ "@markdy/core": "1.4.7",
43
+ "@markdy/compat": "1.4.7"
44
44
  },
45
45
  "devDependencies": {
46
46
  "@types/node": "^25.9.5",