We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 252b4f6 commit 89830abCopy full SHA for 89830ab
packages/agents-core/src/mcp.ts
@@ -453,6 +453,7 @@ export interface MCPServerStreamableHttpOptions {
453
name?: string;
454
logger?: Logger;
455
toolFilter?: MCPToolFilterCallable | MCPToolFilterStatic;
456
+ timeout?: number;
457
458
// ----------------------------------------------------
459
// OAuth
@@ -464,7 +465,6 @@ export interface MCPServerStreamableHttpOptions {
464
465
reconnectionOptions?: any;
466
sessionId?: string;
467
- timeout?: number;
468
}
469
470
/**
0 commit comments