From 1c2be5069364e360a3db42f9c5c53b659a99e63e Mon Sep 17 00:00:00 2001 From: sam hoang Date: Fri, 13 Jun 2025 19:43:28 +0700 Subject: [PATCH] feat(ui): add max height constraint to MCP execution response - Set max-h-96 (384px) for MCP response container - Add overflow-y-auto for scrollable content when exceeding height - Prevents long MCP responses from taking excessive vertical space --- webview-ui/src/components/chat/McpExecution.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/webview-ui/src/components/chat/McpExecution.tsx b/webview-ui/src/components/chat/McpExecution.tsx index 4d476670fb..8e0882340b 100644 --- a/webview-ui/src/components/chat/McpExecution.tsx +++ b/webview-ui/src/components/chat/McpExecution.tsx @@ -313,8 +313,8 @@ const ResponseContainerInternal = ({ return (
{isJson ? (