add prompts tab

This commit is contained in:
Ashwin Bhat
2024-10-07 17:09:13 -07:00
parent af16a53842
commit 0a7f5f9f22
5 changed files with 198 additions and 28 deletions

View File

@@ -5,7 +5,7 @@ const Sidebar = ({ connectionStatus }: { connectionStatus: string }) => (
<div className="w-64 bg-white border-r border-gray-200">
<div className="flex items-center p-4 border-b border-gray-200">
<Menu className="w-6 h-6 text-gray-500" />
<h1 className="ml-2 text-lg font-semibold">MCP Client</h1>
<h1 className="ml-2 text-lg font-semibold">MCP Inspector</h1>
</div>
<div className="p-4">