[project] name = "prompts" version = "0.1.0" requires-python = ">=3.12" dependencies = [ "fastmcp>=2.10.0", "pyyaml>=6.0.2", "zensical>=0.0.45", ] [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"]