[project] name = "kagimcp" version = "1.0.0" authors = [ {name="Rehan Ali Rana", email="rehan@kagi.com"}, ] description = "Kagi MCP server" readme = "README.md" requires-python = "==3.12.*" dependencies = [ "fastmcp~=3.2", "pydantic~=2.12.5", "urllib3>=2.1.0,<3.0.0", "python-dateutil>=2.8.2", "typing-extensions>=4.7.1", ] [project.urls] Homepage = "https://github.com/kagisearch/kagi-mcp" Issues = "https://github.com/kagisearch/kagi-mcp/issues" [tool.hatch.build.targets.wheel] packages = ["src/kagimcp", "src/openapi_client"] [tool.hatch.build.targets.sdist] include = [ "/src/kagimcp", "/src/openapi_client", "/README.md", "/LICENSE", "/pyproject.toml", ] [build-system] requires = ["hatchling"] build-backend = "hatchling.build" [project.scripts] kagimcp = "kagimcp:main"