mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-11 22:51:26 +00:00
Update src/core/webview/ClineProvider.ts
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
This commit is contained in:
parent
102a996875
commit
abcb7c18b4
1 changed files with 1 additions and 1 deletions
|
|
@ -1974,7 +1974,7 @@ export class ClineProvider implements vscode.WebviewViewProvider {
|
|||
// Get platform-specific application data directory
|
||||
let mcpServersDir: string
|
||||
if (process.platform === "win32") {
|
||||
// Windows: %APPDATA%\Cline\MCP
|
||||
// Windows: %APPDATA%\Roo-Code\MCP
|
||||
mcpServersDir = path.join(os.homedir(), "AppData", "Roaming", "Roo-Code", "MCP")
|
||||
} else if (process.platform === "darwin") {
|
||||
// macOS: ~/Documents/Cline/MCP
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue