Remove big header in main pane

This commit is contained in:
Justin Spahr-Summers
2024-11-12 14:28:56 +00:00
parent 93b1ec4d61
commit a507bafc3e

View File

@@ -355,7 +355,6 @@ const App = () => {
onConnect={connectMcpServer}
/>
<div className="flex-1 flex flex-col overflow-hidden">
<h1 className="text-2xl font-bold p-4">MCP Inspector</h1>
<div className="flex-1 overflow-auto flex">
<div className="flex-1">
{mcpClient ? (