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 abcb7c1 commit 7462906Copy full SHA for 7462906
src/core/webview/ClineProvider.ts
@@ -1988,7 +1988,7 @@ export class ClineProvider implements vscode.WebviewViewProvider {
1988
await fs.mkdir(mcpServersDir, { recursive: true })
1989
} catch (error) {
1990
// Fallback to a relative path if directory creation fails
1991
- return path.join("~", ".roo-code", "mcp")
+ return path.join(os.homedir(), ".roo-code", "mcp")
1992
}
1993
return mcpServersDir
1994
0 commit comments