cache_path

Function cache_path 

Source
fn cache_path() -> PathBuf
Expand description

Path to the MCP cache file.

Platform cache directories (no dirs crate needed):

  • macOS: ~/Library/Caches
  • Linux: $XDG_CACHE_HOME or ~/.cache
  • Windows: %LOCALAPPDATA%