From ca18faa7c3f4a11a3c48429a27e33608ee43a5b1 Mon Sep 17 00:00:00 2001 From: cliffhall Date: Fri, 7 Mar 2025 13:05:45 -0500 Subject: [PATCH] Removing the all the hype from the ping button. Discussion at: https://github.com/orgs/modelcontextprotocol/discussions/186 --- client/src/components/PingTab.tsx | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/client/src/components/PingTab.tsx b/client/src/components/PingTab.tsx index e963a26..287356c 100644 --- a/client/src/components/PingTab.tsx +++ b/client/src/components/PingTab.tsx @@ -7,11 +7,9 @@ const PingTab = ({ onPingClick }: { onPingClick: () => void }) => {