From 1c760b3826dec41a6e59718ae58d430ba2f3e399 Mon Sep 17 00:00:00 2001 From: Simon Knott Date: Wed, 30 Apr 2025 12:23:30 +0200 Subject: [PATCH] fix: default to headful (#305) See https://github.com/microsoft/playwright-mcp/issues/304 Regressed in https://github.com/microsoft/playwright-mcp/commit/69703cc882678351e2c6e53270e14618b2199d28. --- src/config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.ts b/src/config.ts index 2bee252..4ad8697 100644 --- a/src/config.ts +++ b/src/config.ts @@ -89,7 +89,7 @@ export async function configFromCLIOptions(cliOptions: CLIOptions): Promise