diff --git a/components/chat-example-panel.tsx b/components/chat-example-panel.tsx index d7e0ca7..1b547cf 100644 --- a/components/chat-example-panel.tsx +++ b/components/chat-example-panel.tsx @@ -1,6 +1,13 @@ "use client" -import { Cloud, FileText, GitBranch, Palette, Zap } from "lucide-react" +import { + Cloud, + FileText, + GitBranch, + Palette, + Terminal, + Zap, +} from "lucide-react" interface ExampleCardProps { icon: React.ReactNode @@ -108,6 +115,33 @@ export default function ExamplePanel({ return (
+ {/* MCP Server Notice */} + +
+
+ +
+
+
+ + MCP Server + + + PREVIEW + +
+

+ Use in Claude Desktop, VS Code & Cursor +

+
+
+
+ {/* Welcome section */}