Files
librechat.ai/components/changelog/content/config_v1.2.5.mdx
Danny Avila 3d223aba1f v0.7.8 (#295)
* 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
2025-05-08 15:17:02 -04:00

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