From b214e8b387caf968f92d946c26248dc21ad95063 Mon Sep 17 00:00:00 2001 From: Lennon Wang Date: Fri, 3 Apr 2026 06:53:36 +0800 Subject: [PATCH] docs(mcp): fix persistent profile directory name in README (#1507) --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8d39454..812074d 100644 --- a/README.md +++ b/README.md @@ -413,15 +413,17 @@ Persistent profile is located at the following locations and you can override it ```bash # Windows -%USERPROFILE%\AppData\Local\ms-playwright\mcp-{channel}-profile +%USERPROFILE%\AppData\Local\ms-playwright\mcp-{channel}-{workspace-hash} # macOS -- ~/Library/Caches/ms-playwright/mcp-{channel}-profile +- ~/Library/Caches/ms-playwright/mcp-{channel}-{workspace-hash} # Linux -- ~/.cache/ms-playwright/mcp-{channel}-profile +- ~/.cache/ms-playwright/mcp-{channel}-{workspace-hash} ``` +`{workspace-hash}` is derived from the MCP client's workspace root, so different projects get separate profiles automatically. + **Isolated** In the isolated mode, each session is started in the isolated profile. Every time you ask MCP to close the browser,