mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-22 11:20:15 +01:00
🛠️ refactor: Only Show Agents MCP UI When Configured (#9471)
This commit is contained in:
parent
65c83317aa
commit
a4a174b3dc
4 changed files with 14 additions and 7 deletions
|
|
@ -239,6 +239,7 @@ export type AgentPanelContextType = {
|
|||
setActivePanel: React.Dispatch<React.SetStateAction<Panel>>;
|
||||
setCurrentAgentId: React.Dispatch<React.SetStateAction<string | undefined>>;
|
||||
agent_id?: string;
|
||||
startupConfig?: t.TStartupConfig | null;
|
||||
agentsConfig?: t.TAgentsEndpoint | null;
|
||||
endpointsConfig?: t.TEndpointsConfig | null;
|
||||
/** Pre-computed MCP server information indexed by server key */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue