⚙️ Config v1.2.8
June 13, 2025

⚙️ Config v1.2.8


  • Added azure_mistral_ocr strategy option for OCR configuration
    • Enables use of Mistral OCR models deployed on Azure AI Foundry
    • Supports Azure-specific deployment configurations with custom endpoints
    • Requires Azure deployment name to be specified in mistralModel field
    • Compatible with Mistral OCR 2503 model available on Azure AI Foundry
    • See OCR Configuration for details
  • Added serverInstructions to MCP Servers object structure:
  • Added additional user field placeholders to MCP Servers Object Structure:
    • {{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 and 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