Releases: mcallaway/safari-reading-list-mcp
Releases · mcallaway/safari-reading-list-mcp
Release list
v0.2.0 — Reading List State Tracking
What's new
Features
- Reading List state tracking — persistent SQLite DB at
~/.local/share/srl/state.dbtracks articles through apending → added | skippedlifecycle --unprocessed-onlyflag on all export commands — filters output to articles not yet markedaddedorskippedsrl stateCLI group —stats,list, andmarksubcommands for querying and updating state- Two new MCP tools:
list_reading_list_stateandmark_reading_list_item - State DB path configurable via
--db-pathorSRL_STATE_DBenvironment variable
Documentation
- Usage guide with quick reference cheat sheet and 10 worked examples (
docs/guides/srl-usage.md) - Feature coverage tracking via
pytest-feature-coverage(28/28 requirements)
Upgrading from v0.1.0
No breaking changes. The state DB is created automatically on first export. Existing srl export workflows are unchanged unless --unprocessed-only is explicitly passed.