[build-system] requires = ["setuptools>=68", "wheel"] build-backend = "setuptools.build_meta" [project] name = "arkhive-mcp" version = "0.3.0" description = "ArkHive MCP — governed, tamper-evident memory for AI agents. Tell your AI to check the ArkHive. (Formerly published as humane-intelligence.)" readme = "README.md" requires-python = ">=3.10" license = { text = "Apache-2.0" } authors = [{ name = "ZagAIrot Technologies LLC" }] keywords = ["arkhive", "mcp", "model-context-protocol", "ai-memory", "claude", "llm", "ai-agents", "governance", "tamper-evident", "anthropic"] classifiers = [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: Apache Software License", "Programming Language :: Python :: 3", "Topic :: Scientific/Engineering :: Artificial Intelligence", ] dependencies = ["mcp>=1.0.0"] [project.optional-dependencies] http = ["fastapi>=0.110", "uvicorn>=0.29", "pydantic>=2.0"] [project.urls] Homepage = "https://dondatabrain.com" Repository = "https://github.com/sammyboi81/arkhive" "Live API" = "https://dondatabrain.com/humane-api/docs" [project.scripts] arkhive-mcp = "arkhive_mcp.server:main_sync" [tool.setuptools] packages = ["arkhive_mcp"]