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:
Hannes Rudolph 2025-03-10 16:23:43 -06:00 committed by GitHub
parent 102a996875
commit abcb7c18b4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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