Metadata-Version: 2.4
Name: pax-report
Version: 0.1.0
Summary: MCP server for tracking development activity and generating personalized learning reports
Project-URL: Homepage, https://github.com/gambitinc/pax
Project-URL: Repository, https://github.com/gambitinc/pax
Project-URL: Issues, https://github.com/gambitinc/pax/issues
Author-email: Dhilan <atx.dhilan@gmail.com>
License: MIT
Keywords: development-tracking,learning,mcp,tutorials
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.10
Requires-Dist: fastmcp
Requires-Dist: pydantic
Requires-Dist: python-dotenv
Requires-Dist: requests
Description-Content-Type: text/markdown

# Pax Report

Agentic development is dangerous, we're trying to fix that.

Paxnet tracks your vibecoding activity and generates personalized daily learning reports.

Every meaningful interaction — writing code, fixing bugs, designing infra — gets recorded and synthesized into a tutorial tailored to your skill level. The system learns what you know and adapts its explanations accordingly.

## Installation

**Prerequisites:** Python 3.10+, [uv](https://docs.astral.sh/uv/), and a [PaxNet](https://paxnet.dev) API key.

```bash
git clone https://github.com/gambitinc/pax
cd pax
uv run --with fastmcp fastmcp install claude-code server.py \
  --env PAX_API_KEY=pax_your_api_key
```

Replace `claude-code` with `claude-desktop` or `cursor` depending on your client.

## License

MIT
