MCP "mark as read" ignoring `folder` parameter

When claude runs “mark stories as read” with the payload

{ "folder": "test"}

All stories are marked as read not just those in the test folder.

Also it would be nice if that endpoint returned how many stories where marked as read by the operation

Thanks for the report. I found the bug: the MCP tool was sending the folder name to an endpoint that ignored it, so it marked all stories as read. This is fixed now. Folder mark as read now resolves the folder to its feeds, and the tool returns marked_count when available. Deployed!