Metadata-Version: 2.4
Name: vera-mcp
Version: 0.2.3
Summary: Model Context Protocol integration for VERA archives
Project-URL: Homepage, https://github.com/dkylewillis/vera
Project-URL: Repository, https://github.com/dkylewillis/vera
Project-URL: Documentation, https://dkylewillis.github.io/vera/packages/vera-mcp/
Author: Kyle Willis
License: Apache-2.0
Keywords: mcp,semantic-search,vera
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Text Processing :: Indexing
Requires-Python: >=3.10
Requires-Dist: mcp>=1.0
Requires-Dist: vera-doc>=0.2.3
Requires-Dist: vera-ingest>=0.2.3
Description-Content-Type: text/markdown

# vera-mcp

`vera-mcp` is the Model Context Protocol adapter for VERA archives and
libraries. It depends on `vera-doc` for search/storage and `vera-ingest` for
viewer helpers (pages, figures, regions). It exposes those capabilities as MCP
tools without owning retrieval implementation.

## Install

```bash
python -m pip install "vera-mcp>=0.2.3"
# or
python -m pip install "vera-cli[mcp]>=0.2.3"
```

See the [vera-mcp documentation](https://dkylewillis.github.io/vera/packages/vera-mcp/)
for installation, client setup, tool contracts, and API reference.

See the [MCP guide](https://github.com/dkylewillis/vera/blob/main/docs/mcp.md).
