⏱ 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
This commit is contained in:
Danny Avila
2025-03-19 02:00:31 -04:00
committed by GitHub
parent 34bef24e0b
commit 6e07c668e4
5 changed files with 23 additions and 1 deletions

View File

@@ -0,0 +1,9 @@
- 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