mirror of
https://github.com/LibreChat-AI/librechat.ai.git
synced 2026-03-27 10:48:32 +07:00
* chore: officially deprecate `endpointsMenu` * feat: add `chatMenu` option to MCP server configuration for dropdown visibility control * chore: add missing `timeout` and `initTimeout` options to MCP server configuration * chore: add Authorization header example to MCP server configuration * Config v1.2.5 * chore: remove plugins configuration from Azure OpenAI documentation * feat: add vLLM configuration documentation * feat: add changelog for LibreChat v0.7.8 and update config date to 2025/5/7
6 lines
500 B
Plaintext
6 lines
500 B
Plaintext
- Added `chatMenu` to [MCP Servers](/docs/configuration/librechat_yaml/object_structure/mcp_servers)
|
|
- When set to `false`, excludes the MCP server from the chatarea dropdown (MCPSelect) for quick and easy access
|
|
- Defaults to `true` (the MCP server will be included in the chatarea dropdown)
|
|
- Allows administrators to control which MCP servers appear in the chat interface dropdown
|
|
- Useful for hiding utility or specialized MCP servers that are primarily accessed through other interfaces
|