mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-07 08:26:51 +00:00
Update ClineProvider.ts
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
This commit is contained in:
parent
abcb7c18b4
commit
7462906b7a
1 changed files with 1 additions and 1 deletions
|
|
@ -1988,7 +1988,7 @@ export class ClineProvider implements vscode.WebviewViewProvider {
|
|||
await fs.mkdir(mcpServersDir, { recursive: true })
|
||||
} catch (error) {
|
||||
// Fallback to a relative path if directory creation fails
|
||||
return path.join("~", ".roo-code", "mcp")
|
||||
return path.join(os.homedir(), ".roo-code", "mcp")
|
||||
}
|
||||
return mcpServersDir
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue