diff --git a/client/src/App.tsx b/client/src/App.tsx
index 15cdff8..beb6625 100644
--- a/client/src/App.tsx
+++ b/client/src/App.tsx
@@ -13,7 +13,6 @@ import {
ProgressNotificationSchema,
ServerNotification,
EmptyResultSchema,
- CreateMessageRequest,
CreateMessageResult,
CreateMessageRequestSchema,
} from "mcp-typescript/types.js";
@@ -355,9 +354,14 @@ const App = () => {
Ping
-
+
Sampling
+ {pendingSampleRequests.length > 0 && (
+
+ {pendingSampleRequests.length}
+
+ )}