From ca08aa4dfcf59280a6a9971f564ed88426872eac Mon Sep 17 00:00:00 2001 From: Adam Ladachowski Date: Wed, 11 Feb 2026 19:19:18 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=AC=20Commit=20message:=20Update=20202?= =?UTF-8?q?6-02-11=2019:19:18,=201=20files,=206=20lines?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 📁 Files changed: 1 📝 Lines changed: 6 • mcp.ts --- src/mcp.ts | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/mcp.ts b/src/mcp.ts index aa88050..ccda74a 100644 --- a/src/mcp.ts +++ b/src/mcp.ts @@ -83,11 +83,7 @@ server.tool( .optional() .default(false) .describe('Highlight elements before actions with visual overlay'), - previewDelay: z - .number() - .optional() - .default(2000) - .describe('Preview highlight duration in ms'), + previewDelay: z.number().optional().default(2000).describe('Preview highlight duration in ms'), width: z.number().optional().default(1280).describe('Viewport width'), height: z.number().optional().default(800).describe('Viewport height'), },