💬 Commit message: Update 2026-02-11 19:19:18, 1 files, 6 lines
📁 Files changed: 1 📝 Lines changed: 6 • mcp.ts
This commit is contained in:
+1
-5
@@ -83,11 +83,7 @@ server.tool(
|
|||||||
.optional()
|
.optional()
|
||||||
.default(false)
|
.default(false)
|
||||||
.describe('Highlight elements before actions with visual overlay'),
|
.describe('Highlight elements before actions with visual overlay'),
|
||||||
previewDelay: z
|
previewDelay: z.number().optional().default(2000).describe('Preview highlight duration in ms'),
|
||||||
.number()
|
|
||||||
.optional()
|
|
||||||
.default(2000)
|
|
||||||
.describe('Preview highlight duration in ms'),
|
|
||||||
width: z.number().optional().default(1280).describe('Viewport width'),
|
width: z.number().optional().default(1280).describe('Viewport width'),
|
||||||
height: z.number().optional().default(800).describe('Viewport height'),
|
height: z.number().optional().default(800).describe('Viewport height'),
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user