Clear error states when clicking around

This commit is contained in:
Justin Spahr-Summers
2024-11-12 13:50:06 +00:00
parent 3bae26723a
commit da2ac8d423
2 changed files with 46 additions and 10 deletions

View File

@@ -3,7 +3,11 @@ import { Button } from "@/components/ui/button";
import { Input } from "@/components/ui/input";
import { Label } from "@/components/ui/label";
import { TabsContent } from "@/components/ui/tabs";
import { CallToolResult, ListToolsResult, Tool } from "@modelcontextprotocol/sdk/types.js";
import {
CallToolResult,
ListToolsResult,
Tool,
} from "@modelcontextprotocol/sdk/types.js";
import { AlertCircle, Send } from "lucide-react";
import { useState } from "react";
import ListPane from "./ListPane";