Update mcp.ts

This commit is contained in:
Tommy D. Rossi
2025-11-16 15:00:35 +01:00
parent 7c3809b1d4
commit 77915616a8
+1 -1
View File
@@ -171,7 +171,7 @@ server.tool(
.describe(
'js playwright code, has {page, state, context} in scope. Should be one line, using ; to execute multiple statements. you MUST call execute multiple times instead of writing complex scripts in a single tool call.',
),
timeout: z.number().default(3000).describe('Timeout in milliseconds for code execution (default: 3000ms)'),
timeout: z.number().default(5000).describe('Timeout in milliseconds for code execution (default: 5000ms)'),
},
async ({ code, timeout }) => {
await ensureConnection()