diff --git a/playwriter/src/mcp.ts b/playwriter/src/mcp.ts index d840453..b7cd796 100644 --- a/playwriter/src/mcp.ts +++ b/playwriter/src/mcp.ts @@ -93,6 +93,7 @@ async function getOrCreateExecutor(): Promise { executor = new PlaywrightExecutor({ cdpConfig, logger: mcpLogger, + cwd: process.cwd(), }) return executor