This MCP server that seamlessly creates diagrams using the Python diagrams package DSL. This server allows you to generate AWS diagrams, sequence diagrams, flow diagrams, and class diagrams using ...
First, install the packages required for the operation of Diagrams. This time, Ubuntu 18.04 is used to install Diagrams. [code] sudo apt install -y python3 python3 ...