@endiagram/mcp 0.2.30 → 0.2.31
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 +1 -1
package/package.json
CHANGED
package/tools.json
CHANGED
|
@@ -63,7 +63,7 @@
|
|
|
63
63
|
{"name": "source", "type": "string", "description": "EN source code, or path to .en/.txt file", "required": true},
|
|
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
|
-
{"name": "view", "type": "string", "description": "
|
|
66
|
+
{"name": "view", "type": "string", "description": "Group by: actors (partition by actor) or locations (partition by location). Default auto-detects topology.", "required": false},
|
|
67
67
|
{"name": "structure_layers", "type": "string", "description": "Bitmask for structure overlays. Bits: 1=subsystems, 2=pipelines, 4=cycles, 8=forks, 16=joins, 32=hubs. Default 63 (all on). Pass 0 to hide all.", "required": false},
|
|
68
68
|
{"name": "output", "type": "string", "description": "File path to save the SVG", "required": false}
|
|
69
69
|
]
|