Drop the miniflux pip client in favour of requests (already in the
container). Add update_feed_filters (keeplist/blocklist regex),
toggle_bookmark, get_entry (full content), and category filtering.
Remove the pip install step from Ansible.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Create external 'monotrope' Docker network so services can
communicate by container name
- Add Miniflux to the shared network (db stays on internal network)
- Add Hermes Miniflux plugin with list_feeds and get_unread_entries tools
- Mount plugin directory and pass Miniflux API key to Hermes container
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>