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:- Controls whether server instructions are included in agent context when using MCP Server tools
- See: MCP Servers Object Structure
- Added additional user field placeholders to MCP Servers Object Structure:
- 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