Metadata-Version: 2.5
Name: pasr
Version: 0.2.1
Summary: Install alias for pasr-mcp (Provenance-Aware Span Recall — a zero-setup context-broker MCP).
Project-URL: Homepage, https://github.com/Apheironn/pasr
Project-URL: Source, https://github.com/Apheironn/pasr
Author: Apheironn
License-Expression: Apache-2.0
Keywords: coding-agent,context-engineering,mcp,model-context-protocol,retrieval
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Libraries
Requires-Python: >=3.10
Requires-Dist: pasr-mcp>=0.2.1
Description-Content-Type: text/markdown

# pasr

This is an **install alias**. `pip install pasr` pulls in
[`pasr-mcp`](https://pypi.org/project/pasr-mcp/) — Provenance-Aware Span Recall, a
zero-setup context-broker MCP for coding and document agents.

The import package and the CLI are already named `pasr`:

```bash
pip install pasr            # or: pip install pasr-mcp
pasr explain "how are redirects resolved and followed"
uvx pasr-mcp --workspace .  # run the MCP server
```

Source, docs, and issues: https://github.com/Apheironn/pasr
