Distribution and MCP-registry readiness release. No library API changes.
pip install querypilotAdded
- README hero image (
docs/assets/eval-report.svg) — a self-contained SVG rendering of thequerypilot eval runterminal report. - First-class
examples/directory: offline quickstart, OpenAI and Anthropic tool-use loops, an access-control walkthrough (blocked columns, row filters, masking), a custom eval suite withquerypilot eval run/check, and an MCP server guide with a paste-ready Claude Desktop / Claude Code config. server.jsonMCP-registry manifest at the repo root and anmcp-nameownership marker in the README, preparing the official MCP registry submission.SECURITY.mdsecurity policy, Contributor Covenant code of conduct, issue templates, and a pull-request template.- PyPI release workflow using trusted publishing, triggered by publishing a GitHub Release.
Changed
- CI now tests Python 3.11, 3.12, and 3.13 and runs
ruff checkas a separate lint job. - MCP docs:
uvx-launching clients should useuvx --from 'querypilot[mcp]' querypilot mcp ...so the MCP SDK dependency is included.
Removed
- Internal planning documents from
docs/.
Full changelog: v0.1.0...v0.1.1