wadi-mcp 0.1.26 → 0.1.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/README.md +1 -1
- package/dist/server.mjs +16670 -8287
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -15,7 +15,7 @@ repo; this server replaces them for agents that speak MCP.)
|
|
|
15
15
|
|
|
16
16
|
| Tool | What it does |
|
|
17
17
|
| --- | --- |
|
|
18
|
-
| `wadi_check` | Compile + validate a `.wdl`: parse, resolve formulas/grids, schema + wall/roof geometry, and the structural
|
|
18
|
+
| `wadi_check` | Compile + validate a `.wdl`: parse, resolve formulas/grids, schema + wall/roof geometry, and the full structural-conventions registry (C1-C10, plus per-primitive rules like the spiral SP1). Returns pass/fail + errors/warnings. **Run after every edit.** |
|
|
19
19
|
| `wadi_scope` | Resolve a `.wdl`'s **variables, points & grid lines** to their actual values (with each variable's formula). See what `main.x2` / `House.W/2` resolves to before placing an object. |
|
|
20
20
|
| `wadi_preview` | Render a `.wdl` to **PNG images** you can look at — floor plans, elevations, roof top view. Confirm layout/sizes/openings/roof visually. |
|
|
21
21
|
| `wadi_examples` | List, or fetch the full source of, a validated example `.wdl` (`minimal` / `two_room` / `two_story` / `coastal` / `complete`). Copy from these. |
|