Skip to content

Commit 7462906

Browse files
Update ClineProvider.ts
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
1 parent abcb7c1 commit 7462906

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/webview/ClineProvider.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1988,7 +1988,7 @@ export class ClineProvider implements vscode.WebviewViewProvider {
19881988
await fs.mkdir(mcpServersDir, { recursive: true })
19891989
} catch (error) {
19901990
// Fallback to a relative path if directory creation fails
1991-
return path.join("~", ".roo-code", "mcp")
1991+
return path.join(os.homedir(), ".roo-code", "mcp")
19921992
}
19931993
return mcpServersDir
19941994
}

0 commit comments

Comments
 (0)