From 7d237cff5c7ab380beac2c5d65f6f8829bc24ee6 Mon Sep 17 00:00:00 2001 From: "Tommy D. Rossi" Date: Sat, 22 Nov 2025 12:00:02 +0100 Subject: [PATCH] more chars --- playwriter/src/mcp.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playwriter/src/mcp.ts b/playwriter/src/mcp.ts index ce77648..8d49fd1 100644 --- a/playwriter/src/mcp.ts +++ b/playwriter/src/mcp.ts @@ -383,7 +383,7 @@ server.tool( responseText += 'Code executed successfully (no output)' } - const MAX_LENGTH = 5000 + const MAX_LENGTH = 6000 let finalText = responseText.trim() if (finalText.length > MAX_LENGTH) { finalText = finalText.slice(0, MAX_LENGTH) + `\n\n[Truncated to ${MAX_LENGTH} characters. Better manage your logs or paginate them to read the full logs]`