mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-16 16:30:15 +01:00
🕒 feat: Add Configurable MCP Server Timeouts (#6199)
This commit is contained in:
parent
c8f7588164
commit
780fdf743a
4 changed files with 8 additions and 2 deletions
|
|
@ -113,12 +113,14 @@ mcpServers:
|
|||
everything:
|
||||
# type: sse # type can optionally be omitted
|
||||
url: http://localhost:3001/sse
|
||||
timeout: 60000 # 1 minute timeout for this server, this is the default timeout for MCP servers.
|
||||
puppeteer:
|
||||
type: stdio
|
||||
command: npx
|
||||
args:
|
||||
- -y
|
||||
- "@modelcontextprotocol/server-puppeteer"
|
||||
timeout: 300000 # 5 minutes timeout for this server
|
||||
filesystem:
|
||||
# type: stdio
|
||||
command: npx
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue