We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Markup
1 parent 75e956f commit 4242593Copy full SHA for 4242593
shell/AIShell.Kernel/Host.cs
@@ -580,7 +580,7 @@ internal void RenderMcpToolCallRequest(McpTool tool, string jsonArgs)
580
581
[bold]Run [olive]{tool.OriginalName}[/] from [olive]{tool.ServerName}[/] (MCP server)[/]
582
583
- {tool.Description}
+ {tool.Description.EscapeMarkup()}
584
585
Input:{(hasArgs ? string.Empty : " <none>")}
586
""");
0 commit comments