Skip to content

Commit 89830ab

Browse files
committed
refactor: move timeout option to main options group
1 parent 252b4f6 commit 89830ab

File tree

1 file changed

+1
-1
lines changed
  • packages/agents-core/src

1 file changed

+1
-1
lines changed

packages/agents-core/src/mcp.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -453,6 +453,7 @@ export interface MCPServerStreamableHttpOptions {
453453
name?: string;
454454
logger?: Logger;
455455
toolFilter?: MCPToolFilterCallable | MCPToolFilterStatic;
456+
timeout?: number;
456457

457458
// ----------------------------------------------------
458459
// OAuth
@@ -464,7 +465,6 @@ export interface MCPServerStreamableHttpOptions {
464465
reconnectionOptions?: any;
465466
sessionId?: string;
466467
// ----------------------------------------------------
467-
timeout?: number;
468468
}
469469

470470
/**

0 commit comments

Comments
 (0)