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.
1 parent 1346f12 commit b4cf86fCopy full SHA for b4cf86f
webview-ui/src/components/mcp/McpToolRow.tsx
@@ -26,6 +26,7 @@ const McpToolRow = ({ tool, serverName }: McpToolRowProps) => {
26
padding: "3px 0",
27
}}>
28
<div
29
+ data-testid="tool-row-container"
30
style={{ display: "flex", alignItems: "center", justifyContent: "space-between" }}
31
onClick={(e) => e.stopPropagation()}>
32
<div style={{ display: "flex", alignItems: "center" }}>
0 commit comments