MCPcopy Create free account
hub / github.com/aws/amazon-q-developer-cli / mcp_auth_dir

Method mcp_auth_dir

crates/chat-cli/src/util/paths.rs:314–316  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

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> {

Callers 1

try_buildMethod · 0.80

Calls 2

joinMethod · 0.80
home_dirFunction · 0.70

Tested by

no test coverage detected