Metadata-Version: 2.4
Name: aevum-mcp
Version: 0.3.0
Summary: Aevum — MCP server exposing the five functions as tools.
Project-URL: Homepage, https://aevum.build
Project-URL: Repository, https://github.com/aevum-labs/aevum
License: Apache-2.0
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3.11
Classifier: Typing :: Typed
Requires-Python: >=3.11
Requires-Dist: aevum-core
Requires-Dist: mcp>=1.0
Provides-Extra: dev
Requires-Dist: mypy>=1.10; extra == 'dev'
Requires-Dist: pytest-asyncio>=0.23; extra == 'dev'
Requires-Dist: pytest>=8.0; extra == 'dev'
Requires-Dist: ruff>=0.9; extra == 'dev'
Description-Content-Type: text/markdown

# aevum-mcp

MCP server for Aevum — exposes all five governed functions (`ingest`, `query`, `review`, `commit`, `replay`) as MCP tools, plus A2A task management.

```bash
pip install aevum-mcp
python -m aevum.mcp
```

Compatible with Claude Desktop and any MCP client. See the [main repository README](https://github.com/aevum-labs/aevum) for configuration.
