CLI fixes:
newsblur auth statusno longer reportsTier: Freewhen the account info request fails. It now shows Unknown along with the error, so paying subscribers aren't mislabeled by a network hiccup (forum #13801).- Removed the on-disk premium and feeds caches (
~/.config/newsblur/premium.json,feeds_cache.json). They could serve stale account state, and the shared MCP server using the same code path leaked cached feeds across users. - Upstream NewsBlur API failures and the Premium Archive requirement now come back as structured tool errors instead of raw exceptions.
- Fixed folder mark-read handling, accepted singular feed IDs in story tools, and fixed MCP resource serialization.
Server-side changes riding along in this package: MCP usage metrics and a fix for archive subscribers connecting from Claude web.