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 f1ff935 commit dc7de59Copy full SHA for dc7de59
crates/agent/src/agent/mcp/mod.rs
@@ -397,7 +397,7 @@ impl McpManager {
397
impl Default for McpManager {
398
fn default() -> Self {
399
let expanded_path =
400
- 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");
401
let default_path = PathBuf::from(expanded_path.as_ref());
402
403
Self::new(default_path)
0 commit comments