Sessions accumulate forever in ~/.mcptail/sessions/. Add mcptail clear (delete all) and mcptail clear --older-than 7d.
Where: new command in src/cli.ts, helper in src/store.ts, tests in tests/store.test.ts.
Done when: both forms work with a summary printed ('removed 12 sessions, 3.2 MB'), and never touch files outside the sessions root.
Sessions accumulate forever in
~/.mcptail/sessions/. Addmcptail clear(delete all) andmcptail clear --older-than 7d.Where: new command in
src/cli.ts, helper insrc/store.ts, tests intests/store.test.ts.Done when: both forms work with a summary printed ('removed 12 sessions, 3.2 MB'), and never touch files outside the sessions root.