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 9b0b664 commit f260f98Copy full SHA for f260f98
src/extension/ui/src/components/tabs/YourClients.tsx
@@ -59,7 +59,6 @@ const MCPClientSettings = ({ appProps }: MCPClientSettingsProps) => {
59
60
return (
61
<Stack sx={CATALOG_LAYOUT_SX} spacing={2}>
62
- <Typography>Connect to runtimes for your tools</Typography>
63
<Stack direction="column" spacing={1}>
64
{Object.entries(mcpClientStates).map(
65
([name, mcpClientState]: [string, any]) => {
0 commit comments