[build-system] requires = ["setuptools>=68", "wheel"] build-backend = "setuptools.build_meta" [project] name = "afya-ya-akili-mcp" version = "0.1.3" description = "MCP server for Kenya mental health resources — therapist finder, crisis lines, t" readme = "README.md" license = { text = "MIT" } requires-python = ">=3.10" dependencies = ["fastmcp>=0.9"] [project.scripts] afya-ya-akili-mcp = "afya_ya_akili_mcp.server:mcp.run" [project.urls] Homepage = "https://github.com/gabrielmahia/afya-ya-akili-mcp" Documentation = "https://github.com/gabrielmahia/nairobi-stack" "MCP Registry" = "https://registry.modelcontextprotocol.io" Datasets = "https://huggingface.co/gmahia" Evaluation = "https://github.com/gabrielmahia/kipimo" [tool.setuptools.packages.find] where = ["src"]