Skip to content

Commit f260f98

Browse files
committed
Remove text
Signed-off-by: David Gageot <[email protected]>
1 parent 9b0b664 commit f260f98

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/extension/ui/src/components/tabs/YourClients.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ const MCPClientSettings = ({ appProps }: MCPClientSettingsProps) => {
5959

6060
return (
6161
<Stack sx={CATALOG_LAYOUT_SX} spacing={2}>
62-
<Typography>Connect to runtimes for your tools</Typography>
6362
<Stack direction="column" spacing={1}>
6463
{Object.entries(mcpClientStates).map(
6564
([name, mcpClientState]: [string, any]) => {

0 commit comments

Comments
 (0)