diff --git a/client/src/App.tsx b/client/src/App.tsx index 7a506b9..f89c8e8 100644 --- a/client/src/App.tsx +++ b/client/src/App.tsx @@ -94,7 +94,7 @@ const App = () => {

MCP Inspector

- + diff --git a/client/src/components/PromptsTab.tsx b/client/src/components/PromptsTab.tsx index fd25634..c2b53a6 100644 --- a/client/src/components/PromptsTab.tsx +++ b/client/src/components/PromptsTab.tsx @@ -27,7 +27,6 @@ const PromptsTab = ({ promptContent: string; error: string | null; }) => { - console.log("prompts", prompts); return (
diff --git a/client/src/components/ToolsTabs.tsx b/client/src/components/ToolsTabs.tsx new file mode 100644 index 0000000..e69de29 diff --git a/client/src/index.css b/client/src/index.css index 5dd6636..9983868 100644 --- a/client/src/index.css +++ b/client/src/index.css @@ -28,7 +28,6 @@ a:hover { body { margin: 0; - display: flex; place-items: center; min-width: 320px; min-height: 100vh;