[project] name = "prompts" version = "2.0.0" requires-python = ">=3.12" dependencies = [ "fastapi>=0.133.0", "fastmcp==4.0.0b1", "pydantic-settings>=2", "python-json-logger>=4", "uvicorn[standard]>=0.34.0", "zensical>=0.0.45", ] [tool.uv] constraint-dependencies = ["fastmcp-slim==4.0.0b1"] [project.scripts] personal-mcp = "personal_mcp.main:main" [build-system] requires = ["hatchling"] build-backend = "hatchling.build" [tool.hatch.build.targets.wheel] packages = ["src/personal_mcp"] [dependency-groups] dev = [ "ipywidgets>=8.1.8", "pre-commit>=4.6.0", "ruff>=0.15.18", "ty>=0.0.51", ] test = [ "httpx2>=2.9.1", "pytest>=9.1.1", "pytest-asyncio>=1.4.0", "pytest-cov>=7.1.0", "pyyaml>=6.0.2", ] [tool.pytest.ini_options] addopts = ["--strict-markers"] asyncio_mode = "auto" asyncio_default_fixture_loop_scope = "function" markers = [ "unit: fast deterministic tests with no external dependencies", "integration: framework or component integration tests", "smoke: thin critical-path checks", ] [tool.ty.src] include = ["src", "tests"]