sap-diagrams-mcp v0.1.0 (mirror of sap-architecture-diagrams/mcp-server)

This commit is contained in:
alexz
2026-07-24 15:15:07 -07:00
commit 761180f105
6 changed files with 240 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
# sap-diagrams-mcp
MCP server exposing SAP BTP solution-diagram generation (the sap-drawio app's
backend) to any MCP client. Thin REST wrapper — the backend owns the icon DB,
SAP service catalog, landscape renderer and QA scorer.
Tools: `render_sketch` (deterministic, bring your own architecture),
`generate_diagram` (full pipeline from prose), `convert_mermaid`,
`get_diagram`, `list_diagrams`.
Canonical source lives in the `sap-architecture-diagrams` repo (`mcp-server/`);
this repo is the public install mirror for the MCP hub.
```
uv tool install git+https://git.alexzaw.dev/alexz/sap-diagrams-mcp
SAP_DIAGRAMS_API=http://<backend>/api sap-diagrams-mcp
```