diff --git a/client/src/App.tsx b/client/src/App.tsx
index d5588fc..b96606f 100644
--- a/client/src/App.tsx
+++ b/client/src/App.tsx
@@ -355,125 +355,125 @@ const App = () => {
onConnect={connectMcpServer}
/>
-
-
- {mcpClient ? (
-
-
-
-
- Resources
-
-
-
- Prompts
-
-
-
- Requests
-
-
-
- Tools
-
-
-
- Console
-
-
-
- Ping
-
-
-
- Sampling
- {pendingSampleRequests.length > 0 && (
-
- {pendingSampleRequests.length}
-
- )}
-
-
-
- Roots
-
-
+
+ {mcpClient ? (
+
+
+
+
+ Resources
+
+
+
+ Prompts
+
+
+
+ Requests
+
+
+
+ Tools
+
+
+
+ Console
+
+
+
+ Ping
+
+
+
+ Sampling
+ {pendingSampleRequests.length > 0 && (
+
+ {pendingSampleRequests.length}
+
+ )}
+
+
+
+ Roots
+
+
-
-
-
-
-
{
- setSelectedTool(tool);
- setToolResult(null);
- }}
- toolResult={toolResult}
- nextCursor={nextToolCursor}
- error={error}
- />
-
- {
- void makeRequest(
- {
- method: "ping" as const,
- },
- EmptyResultSchema,
- );
- }}
- />
-
-
-
-
- ) : (
-
-
- Connect to an MCP server to start inspecting
-
+
+
+
+
+
{
+ setSelectedTool(tool);
+ setToolResult(null);
+ }}
+ toolResult={toolResult}
+ nextCursor={nextToolCursor}
+ error={error}
+ />
+
+ {
+ void makeRequest(
+ {
+ method: "ping" as const,
+ },
+ EmptyResultSchema,
+ );
+ }}
+ />
+
+
- )}
-
+
+ ) : (
+
+
+ Connect to an MCP server to start inspecting
+
+
+ )}
+
+
+
-
);
};
diff --git a/client/src/components/History.tsx b/client/src/components/History.tsx
index aaa94fa..46fc5d3 100644
--- a/client/src/components/History.tsx
+++ b/client/src/components/History.tsx
@@ -29,8 +29,8 @@ const HistoryAndNotifications = ({
};
return (
-
-
+
+
History
{requestHistory.length === 0 ? (
No history yet
@@ -107,7 +107,7 @@ const HistoryAndNotifications = ({
)}
-
+
Server Notifications
{serverNotifications.length === 0 ? (
No notifications yet
diff --git a/client/src/components/HistoryAndNotifications.tsx b/client/src/components/HistoryAndNotifications.tsx
deleted file mode 100644
index e69de29..0000000