@markdy/mcp-server 1.4.3 → 1.4.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/dist/index.js +1 -0
  2. package/package.json +3 -3
package/dist/index.js CHANGED
@@ -535,6 +535,7 @@ var FLAT = {
535
535
  next_beat: CONTROLS.next_beat,
536
536
  keyboard: INTERACTION.keyboard,
537
537
  shortcuts: INTERACTION.shortcuts,
538
+ fit: CONTROLS.fit,
538
539
  fitView: CONTROLS.fitView,
539
540
  fit_view: CONTROLS.fit_view,
540
541
  fitViewButton: CONTROLS.fitViewButton,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@markdy/mcp-server",
3
- "version": "1.4.3",
3
+ "version": "1.4.4",
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/core": "1.4.3",
43
- "@markdy/compat": "1.4.3"
42
+ "@markdy/compat": "1.4.4",
43
+ "@markdy/core": "1.4.4"
44
44
  },
45
45
  "devDependencies": {
46
46
  "@types/node": "^25.9.5",