This folder documents MikroTik MCP visually, using draw.io
(diagrams.net) diagrams that live in the repository next to the code they
describe. Architecture decisions are easier to review as a picture than as
prose, and keeping the .drawio sources here means the diagrams version
together with the code: when a pull request changes how the server works, it
can change the drawing in the same commit.
| Diagram | What it shows |
|---|---|
Inventory.drawio |
The multi-device inventory architecture (issue #44): the LLM calls MCP tools, each tool passes a device title to the connector, the Inventory resolves the title to that device’s SSH client, and the command runs on the selected router. Tool D is list_devices, which lets the LLM discover the fleet. |
GitHub does not render .drawio files inline, so open them with one of:
.drawio files right in the editor.Incoming diagrams are welcome — the goal is for every non-trivial subsystem to have a picture. A few conventions keep the folder useful:
Inventory.drawio, SafeMode.drawio, …)..drawio source. It is XML, so it diffs and merges
like any other text file. Do not commit only an exported image, because
nobody can edit a PNG..png or .svg next to the source (same basename) when a
diagram should appear inline in other documentation — markdown can embed
the export while the .drawio file stays the editable source of truth.
In draw.io: File → Export as → PNG/SVG.