[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[project]
name = "mcp-openapi-api-harvest"
version = "0.1.0"
description = "Harvest API runtime package for OpenAPI MCP Server"
requires-python = ">=3.12"
dependencies = [
"awslabs.openapi-mcp-server>=0.2.0",
"uvicorn>=0.30.0",
"openapi-spec-validator>=0.7.2",
"starlette>=0.40.0"
]
[project.optional-dependencies]
dev = [
"pytest>=8.4.1",
"pytest-asyncio>=0.23.0",
"python-dotenv>=1.0.0",
"mcp-tests",
]
[tool.hatch.build.targets.wheel]
packages = ["."]