We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5d7a0b commit 88a9627Copy full SHA for 88a9627
crates/agent/src/agent/mcp/mod.rs
@@ -400,7 +400,7 @@ impl McpManager {
400
impl Default for McpManager {
401
fn default() -> Self {
402
let expanded_path =
403
- shellexpand::full(DEFAULT_MCP_CREDENTIAL_PATH).expect("failed to expand default credential path");
+ expand_path(DEFAULT_MCP_CREDENTIAL_PATH, &RealProvider).expect("failed to expand default credential path");
404
let default_path = PathBuf::from(expanded_path.as_ref());
405
406
Self::new(default_path)
0 commit comments