mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-07 08:26:10 +00:00
mcp - fix specific MCP server
This commit is contained in:
parent
ca4d886cd0
commit
2812ffc0c8
1 changed files with 2 additions and 2 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue