diff --git a/client/src/components/Sidebar.tsx b/client/src/components/Sidebar.tsx index 6c9f137..6e59084 100644 --- a/client/src/components/Sidebar.tsx +++ b/client/src/components/Sidebar.tsx @@ -290,7 +290,7 @@ const Sidebar = ({ {connectionStatus === "connected" ? ( <> - Restart + {transportType === 'stdio' ? 'Restart' : 'Reconnect'} ) : ( <>