[project]
name = "inbiot-mcp"
version = "0.1.0"
description = "InBiot MCP Server - Air quality monitoring with WELL Building Standard compliance"
requires-python = ">=3.10"
dependencies = [
"fastmcp>=2.0.0",
"httpx>=0.27.0",
"pydantic>=2.0.0",
"python-dotenv>=1.0.0",
"pyyaml>=6.0",
]
[project.scripts]
inbiot-mcp-server = "server:main"
[project.optional-dependencies]
dev = [
"pytest>=8.0.0",
"pytest-asyncio>=0.23.0",
]
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[tool.hatch.build.targets.wheel]
packages = ["src"]
[tool.pytest.ini_options]
testpaths = ["tests"]