A
licenseNot graded
qualityD
maintenanceProvides file caching and diff tracking for AI coding agents, reducing token usage by returning changes or confirming no changes instead of full file contents on repeated reads.
19 npm
217
MIT
No user-submitted related servers found.
Scored across 4 tools
Each tool serves a distinct purpose: stamping, checking staleness, invalidating sources, and querying session duration. No overlap in functionality.
Uses snake_case consistently, but 'session_duration' is a noun phrase while others are verb phrases (check_staleness, invalidate_source, stamp_file_read). Minor inconsistency.
Four tools is well-scoped for a file staleness tracker. Each tool covers a necessary operation without redundancy.
Core operations (stamp, check, invalidate) are present. Missing a tool to list all stamped files, but the essential workflow is covered.