[project] name = "npi-mcp-server" version = "0.1.0" description = "MCP server for NPPES NPI Registry, forwarding to Modal NPI API" requires-python = ">=3.11" dependencies = [ "fastapi>=0.100.0", "uvicorn>=0.20.0", "httpx>=0.24.0", "pydantic>=2.0.0", "mcp>=1.0.0", "gradio[mcp]>=6.0.1", ] [project.optional-dependencies] dev = [ "pytest>=7.0.0", "pytest-asyncio>=0.21.0", "pytest-mock>=3.10.0", ] [build-system] requires = ["hatchling"] build-backend = "hatchling.build" [tool.hatch.build.targets.wheel] packages = ["src/npi_mcp_server"] [tool.pytest.ini_options] pythonpath = ["src"] testpaths = ["tests"] asyncio_mode = "auto" [dependency-groups] dev = [ "pytest>=9.0.1", "pytest-asyncio>=1.3.0", "pytest-mock>=3.15.1", ]