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
+19
View File
@@ -0,0 +1,19 @@
[project]
name = "sap-diagrams-mcp"
version = "0.1.0"
description = "MCP server exposing SAP BTP solution-diagram generation (sap-drawio backend) to any MCP client"
requires-python = ">=3.10"
dependencies = [
"mcp>=1.2.0",
"httpx>=0.27",
]
[project.scripts]
sap-diagrams-mcp = "sap_diagrams_mcp.server:main"
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[tool.hatch.build.targets.wheel]
packages = ["src/sap_diagrams_mcp"]