mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-20 02:10:15 +01:00
⌛ feat: initTimeout for Slow Starting MCP Servers (#6383)
* feat: make mcp server connect timeout configurable with initTimeout * style: add missing semicolon to connection.ts
This commit is contained in:
parent
efb616d600
commit
19446cb864
2 changed files with 2 additions and 1 deletions
|
|
@ -4,6 +4,7 @@ import { extractEnvVariable } from './utils';
|
|||
const BaseOptionsSchema = z.object({
|
||||
iconPath: z.string().optional(),
|
||||
timeout: z.number().optional(),
|
||||
initTimeout: z.number().optional(),
|
||||
});
|
||||
|
||||
export const StdioOptionsSchema = BaseOptionsSchema.extend({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue