diff --git a/client/src/App.tsx b/client/src/App.tsx
index cd03714..2061e30 100644
--- a/client/src/App.tsx
+++ b/client/src/App.tsx
@@ -12,6 +12,7 @@ import {
ClientRequest,
ProgressNotificationSchema,
ServerNotification,
+ EmptyResultSchema,
} from "mcp-typescript/types.js";
import { useState, useRef } from "react";
import {
@@ -43,6 +44,7 @@ import ToolsTab from "./components/ToolsTab";
import { AnyZodObject } from "zod";
import HistoryAndNotifications from "./components/History";
import "./App.css";
+import PingTab from "./components/PingTab";
const App = () => {
const [connectionStatus, setConnectionStatus] = useState<
@@ -294,6 +296,10 @@ const App = () => {