diff --git a/client/src/components/ListPane.tsx b/client/src/components/ListPane.tsx index 90693dd..6f9a8cf 100644 --- a/client/src/components/ListPane.tsx +++ b/client/src/components/ListPane.tsx @@ -22,7 +22,7 @@ const ListPane = ({ isButtonDisabled, }: ListPaneProps) => (
-
+

{title}

diff --git a/client/src/components/PromptsTab.tsx b/client/src/components/PromptsTab.tsx index 80e5fe6..c697d52 100644 --- a/client/src/components/PromptsTab.tsx +++ b/client/src/components/PromptsTab.tsx @@ -108,7 +108,7 @@ const PromptsTab = ({ />
-
+

{selectedPrompt ? selectedPrompt.name : "Select a prompt"}

diff --git a/client/src/components/ResourcesTab.tsx b/client/src/components/ResourcesTab.tsx index 23cfbe7..ac9a824 100644 --- a/client/src/components/ResourcesTab.tsx +++ b/client/src/components/ResourcesTab.tsx @@ -162,7 +162,7 @@ const ResourcesTab = ({ />
-
+

-
+

MCP Inspector v{version} diff --git a/client/src/components/ToolsTab.tsx b/client/src/components/ToolsTab.tsx index 2030ed7..df29e94 100644 --- a/client/src/components/ToolsTab.tsx +++ b/client/src/components/ToolsTab.tsx @@ -140,7 +140,7 @@ const ToolsTab = ({ />
-
+

{selectedTool ? selectedTool.name : "Select a tool"}