@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.
- package/package.json +1 -1
- package/tools.json +2 -0
package/package.json
CHANGED
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
|
}
|