Skip to content

Commit abcb7c1

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

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
@@ -1974,7 +1974,7 @@ export class ClineProvider implements vscode.WebviewViewProvider {
19741974
// Get platform-specific application data directory
19751975
let mcpServersDir: string
19761976
if (process.platform === "win32") {
1977-
// Windows: %APPDATA%\Cline\MCP
1977+
// Windows: %APPDATA%\Roo-Code\MCP
19781978
mcpServersDir = path.join(os.homedir(), "AppData", "Roaming", "Roo-Code", "MCP")
19791979
} else if (process.platform === "darwin") {
19801980
// macOS: ~/Documents/Cline/MCP

0 commit comments

Comments
 (0)