diff --git a/shell/AIShell.Kernel/Host.cs b/shell/AIShell.Kernel/Host.cs index d1101254..1fd0d521 100644 --- a/shell/AIShell.Kernel/Host.cs +++ b/shell/AIShell.Kernel/Host.cs @@ -580,7 +580,7 @@ internal void RenderMcpToolCallRequest(McpTool tool, string jsonArgs) [bold]Run [olive]{tool.OriginalName}[/] from [olive]{tool.ServerName}[/] (MCP server)[/] - {tool.Description} + {tool.Description.EscapeMarkup()} Input:{(hasArgs ? string.Empty : " ")} """);