Files
librechat.ai/components/changelog/content/config_v1.2.4.mdx
Danny Avila 6e07c668e4 ⏱ feat: Add Timeout Options and Update Agent Chain Image (#265)
* fix: Update Agent Chain Image to External Source and Remove Local File

* 📝 feat: Add timeout and initTimeout configuration options for MCP server requests

* WIP: Add `timeout` and `initTimeout` options for MCP server configuration
2025-03-19 02:00:31 -04:00

10 lines
695 B
Plaintext

- Added `timeout` to [MCP Servers](/docs/configuration/librechat_yaml/object_structure/mcp_servers)
- Controls how long to wait for a response from MCP server tool requests (in milliseconds)
- Provides better control over MCP server request behavior
- Allows adjusting timeouts based on expected response times for different MCP servers
- Added `initTimeout` to [MCP Servers](/docs/configuration/librechat_yaml/object_structure/mcp_servers)
- Controls how long to wait for MCP server initialization (in milliseconds)
- Allows configuration of initialization timeouts for servers that may take longer to start up
- Helps fine-tune performance for specific environments and use cases