@endiagram/mcp 0.2.26 → 0.2.27

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/package.json +1 -1
  2. package/tools.json +2 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@endiagram/mcp",
3
- "version": "0.2.26",
3
+ "version": "0.2.27",
4
4
  "description": "MCP server for EN Diagram — deterministic structural analysis backed by named theorems",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
package/tools.json CHANGED
@@ -64,6 +64,8 @@
64
64
  {"name": "theme", "type": "string", "description": "Color theme: dark or light", "required": false},
65
65
  {"name": "quality", "type": "string", "description": "Output quality: small, mid, or max", "required": false},
66
66
  {"name": "view", "type": "string", "description": "View mode: flow (default), actors (swimlane by actor), locations (grouped by context), summary (one node per subsystem)", "required": false},
67
+ {"name": "show_regions", "type": "string", "description": "Show structural regions like fork, pipeline, join. Default true", "required": false},
68
+ {"name": "show_locations", "type": "string", "description": "Show location zones from at: clauses. Default true", "required": false},
67
69
  {"name": "output", "type": "string", "description": "File path to save the SVG", "required": false}
68
70
  ]
69
71
  }