From ecf716125ebcbbb5608abe8f0c5bfe511ce9b0ea Mon Sep 17 00:00:00 2001 From: Dayuan Jiang Date: Wed, 17 Dec 2025 14:48:36 +0900 Subject: [PATCH] feat: add MCP server notice to example panel --- components/chat-example-panel.tsx | 36 ++++++++++++++++++++++++++++++- 1 file changed, 35 insertions(+), 1 deletion(-) 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 */}