mirror of
https://github.com/LibreChat-AI/librechat.ai.git
synced 2026-03-27 10:48:32 +07:00
📘 feat: Update Agents, OCR, and MCP Docs with new Features (#336)
* 📚 docs: Update OCR documentation for clarity and structure * 📚 docs: Add Model Context Protocol (MCP) documentation and update features * 📚 docs: Add Model Context Protocol (MCP) section to features documentation * 📚 docs: Enhance MCP documentation with OAuth authentication details and configuration examples * 📚 docs: Update MCP documentation with improved configuration examples and OAuth authentication details * 📚 docs: Update dotenv documentation to reflect new index header constants * 📚 docs: Revise MCP integration documentation for Agents with clearer instructions and new images - Updated the steps for adding MCP tools to agents for better clarity and organization. - Introduced new images to illustrate the MCP tools interface. - Removed outdated image and improved the overall structure of the documentation. * 📚 docs: Enhance MCP documentation with custom user variables support --------- Co-authored-by: Aleš Kůtek <kutekales@gmail.com>
This commit is contained in:
@@ -10,4 +10,9 @@
|
||||
- Added additional user field placeholders to [MCP Servers Object Structure](/docs/configuration/librechat_yaml/object_structure/mcp_servers):
|
||||
- `{{LIBRECHAT_USER_ID}}`: Will be replaced with the current user's ID, enabling multi-user support.
|
||||
- `{{LIBRECHAT_USER_*}}`: Dynamic user field placeholders. Replace `*` with the UPPERCASE version of any allowed field.
|
||||
- See: **[`headers`](/docs/configuration/librechat_yaml/object_structure/mcp_servers#headers)** and **[`url`](/docs/configuration/librechat_yaml/object_structure/mcp_servers#url)** fields, which both support these placeholders.
|
||||
- See: **[`headers`](/docs/configuration/librechat_yaml/object_structure/mcp_servers#headers)** and **[`url`](/docs/configuration/librechat_yaml/object_structure/mcp_servers#url)** fields, which both support these placeholders.
|
||||
- Added `customUserVars` to MCP Servers for per-user credentials:
|
||||
- Allows users to securely provide their own API keys and credentials for MCP servers
|
||||
- Configurable through UI via settings icon in tool selection or MCP Settings panel
|
||||
- Ensures authentication details remain private in multi-user environments
|
||||
- See: [MCP Servers Object Structure - customUserVars](/docs/configuration/librechat_yaml/object_structure/mcp_servers#customuservars)
|
||||
Reference in New Issue
Block a user