[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[project]
name = "mcp-openapi-infrastructure"
version = "0.3.0"
description = "AWS CDK infrastructure for OpenAPI MCP Lambda deployments"
readme = "README.md"
requires-python = ">=3.12"
license = {text = "Apache-2.0"}
license-files = ["../../LICENSE", "../../NOTICE"]
authors = [
{name = "Ingeno"},
]
dependencies = [
"aws-cdk-lib>=2.150.0",
"constructs>=10.3.0",
]
[tool.hatch.build.targets.wheel]
packages = ["mcp_openapi_infrastructure"]