Things it has drawn
Built over MCP
This one was not typed. It was described in a sentence, and the assistant built it with a single `apply_ops` call, rendered it, and adjusted one box that was too narrow.
What produced it
{ "path": "arch.svg", "ops": [
{ "op": "add_shape", "kind": "rect", "id": "gw", "text": "Gateway",
"place": { "x": 60, "y": 250 }, "style": { "fill": "blue" } },
{ "op": "add_shape", "kind": "cylinder", "id": "db", "text": "Orders",
"place": { "below": "gw", "gap": 70 }, "style": { "fill": "teal" } },
{ "op": "connect", "from": "gw", "to": "db", "label": "SQL" }
]}