mirror of
https://github.com/tiennm99/litellm.git
synced 2026-08-11 16:26:07 +00:00
mcp - fix specific MCP server
This commit is contained in:
@@ -100,7 +100,7 @@ const FeatureCard: React.FC<FeatureCardProps> = ({
|
||||
checked={useServerHeader}
|
||||
onChange={setUseServerHeader}
|
||||
/>
|
||||
<Text className="text-sm">Segregate tools to just use {serverName} tools</Text>
|
||||
<Text className="text-sm">Segregate tools to just use a specific MCP Server e.g. {serverName} tools</Text>
|
||||
</div>
|
||||
{useServerHeader && (
|
||||
<Alert
|
||||
@@ -151,7 +151,7 @@ const MCPConnect: React.FC = () => {
|
||||
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 {
|
||||
|
||||
Reference in New Issue
Block a user