(&self)
| 312 | } |
| 313 | |
| 314 | pub fn mcp_auth_dir(&self) -> Result<PathBuf> { |
| 315 | Ok(home_dir(self.os)?.join(".aws").join("sso").join("cache")) |
| 316 | } |
| 317 | |
| 318 | /// Static method for settings path that doesn't require Os (to avoid circular dependency) |
| 319 | pub fn settings_path_static() -> Result<PathBuf> { |