mirror of
https://github.com/run-llama/notebookllama.git
synced 2026-07-01 22:14:04 -04:00
Merge pull request #29 from nick-galluzzo/fix/extract_file_data
Fix: Increase MCP Client Timeout to Prevent Processing Errors
This commit is contained in:
@@ -6,7 +6,7 @@ from workflows.resource import Resource
|
||||
from llama_index.tools.mcp import BasicMCPClient
|
||||
from typing import Annotated, List, Union
|
||||
|
||||
MCP_CLIENT = BasicMCPClient(command_or_url="http://localhost:8000/mcp")
|
||||
MCP_CLIENT = BasicMCPClient(command_or_url="http://localhost:8000/mcp", timeout=120)
|
||||
|
||||
|
||||
class FileInputEvent(StartEvent):
|
||||
|
||||
Reference in New Issue
Block a user