build inspector

This commit is contained in:
Fredrik Jensen 2025-12-06 11:40:22 +01:00
parent 53b939d52f
commit 9f4e8af2fe

View File

@ -4,7 +4,6 @@ import { ToolsPanel } from './components/ToolsPanel'
import { ResultsPane } from './components/ResultsPane'
import { useMCP } from './hooks/useMCP'
import './App.css'
import { Eye, Sparkles } from 'lucide-react'
export type Tool = {
name: string