mirror of
https://github.com/bytedance/deer-flow.git
synced 2026-05-20 23:21:06 +00:00
feat: Add configurable timeout support for MCP server operations with improved defaults
This commit is contained in:
@@ -22,6 +22,9 @@ class MCPServerMetadataRequest(BaseModel):
|
||||
None, description="The URL of the SSE server (for sse type)"
|
||||
)
|
||||
env: Optional[Dict[str, str]] = Field(None, description="Environment variables")
|
||||
timeout_seconds: Optional[int] = Field(
|
||||
None, description="Optional custom timeout in seconds for the operation"
|
||||
)
|
||||
|
||||
|
||||
class MCPServerMetadataResponse(BaseModel):
|
||||
|
||||
Reference in New Issue
Block a user