@endiagram/mcp 0.2.34 → 0.2.35
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/README.md +7 -13
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -78,19 +78,13 @@ smithery mcp add dushyant30suthar/endiagram
|
|
|
78
78
|
|
|
79
79
|
| Tool | Description |
|
|
80
80
|
|------|-------------|
|
|
81
|
-
| `
|
|
82
|
-
| `
|
|
83
|
-
| `
|
|
84
|
-
| `
|
|
85
|
-
| `
|
|
86
|
-
| `
|
|
87
|
-
| `
|
|
88
|
-
| `extract` | Extract a subsystem as standalone EN source |
|
|
89
|
-
| `impact` | What changes if a node is removed, includes propagation |
|
|
90
|
-
| `evolve` | Dry-run a structural change before making it |
|
|
91
|
-
| `compose` | Merge two systems into one by linking shared entities |
|
|
92
|
-
| `conserve` | Structural invariants, deadlock analysis, complexity, resilience |
|
|
93
|
-
| `render` | SVG diagram |
|
|
81
|
+
| `structure` | Topology, bridges, bottlenecks, parallelism, critical path, dominator tree, subsystems |
|
|
82
|
+
| `invariant` | Conservation laws, deadlock detection, boundedness, structural complexity |
|
|
83
|
+
| `live` | Liveness analysis — can resources drain permanently? Can queues overflow? |
|
|
84
|
+
| `reachable` | Path tracing between any two points — distance, intermediaries, defense coverage |
|
|
85
|
+
| `equivalent` | Compare two systems or simulate a change — what breaks, what shifts |
|
|
86
|
+
| `compose` | Extract or merge subsystems — interface boundaries, shared resources |
|
|
87
|
+
| `render` | SVG diagram of the system |
|
|
94
88
|
|
|
95
89
|
## EN Syntax
|
|
96
90
|
|