pyproject.toml•639 B
[project]
name = "sap_commerce_mcp_server"
version = "0.1.0"
description = "FastMCP server exposing SAP Commerce OCC discovery endpoints."
readme = "README.md"
requires-python = ">=3.13"
license = { text = "MIT" }
authors = [
{ name = "Commerce Cloud Integrations" }
]
dependencies = [
"fastmcp>=0.2.0",
"httpx>=0.27.0",
"pydantic>=2.6.0",
"pydantic-settings>=2.2.1",
"python-dotenv>=1.0.1",
"tenacity>=8.2.2",
]
[project.urls]
Homepage = "https://commercecloudintegrations.com/sap-commerce-mcp-server"
[tool.uv]
package = true
[dependency-groups]
dev = [
"pytest>=8.1.0",
"pytest-asyncio>=0.23.0",
"ruff>=0.4.0",
]