diff --git a/ui/litellm-dashboard/src/components/mcp_tools/mcp_connect.tsx b/ui/litellm-dashboard/src/components/mcp_tools/mcp_connect.tsx index 344f1a90b8..89057a6c66 100644 --- a/ui/litellm-dashboard/src/components/mcp_tools/mcp_connect.tsx +++ b/ui/litellm-dashboard/src/components/mcp_tools/mcp_connect.tsx @@ -100,7 +100,7 @@ const FeatureCard: React.FC = ({ checked={useServerHeader} onChange={setUseServerHeader} /> - Segregate tools to just use {serverName} tools + Segregate tools to just use a specific MCP Server e.g. {serverName} tools {useServerHeader && ( { cursor: [], http: [] }); - const [currentServer] = useState("Zapier Gmail"); // This should match the current server being viewed + const [currentServer] = useState("Zapier_MCP"); // This should match the current server being viewed const copyToClipboard = async (text: string, key: string) => { try {