From d7e250ece66d33464cddf900f244d2ff24c3427c Mon Sep 17 00:00:00 2001 From: Alec Gutman <44984861+Chipagosfinest@users.noreply.github.com> Date: Mon, 17 Aug 2026 09:33:05 -0700 Subject: [PATCH] fix: prefer tool title in app view chrome --- examples/basic-host/src/index.tsx | 9 +++++++-- specification/draft/apps.mdx | 1 + 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/examples/basic-host/src/index.tsx b/examples/basic-host/src/index.tsx index 3d488a792..d3fb8bf05 100644 --- a/examples/basic-host/src/index.tsx +++ b/examples/basic-host/src/index.tsx @@ -339,9 +339,14 @@ function ToolCallInfoPanel({ toolCallInfo, isDestroying, onRequestClose, onClose className={styles.toolCallInfoPanel} style={isDestroying ? { opacity: 0.5, pointerEvents: "none" } : undefined} > - {/* Row 1: Header with server:tool name and close button */} + {/* Row 1: Header with server:tool title and close button */}