Skip to content

Commit 9c92a44

Browse files
authored
Merge pull request #29 from nick-galluzzo/fix/extract_file_data
Fix: Increase MCP Client Timeout to Prevent Processing Errors
2 parents e22ee5f + 481e334 commit 9c92a44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/notebookllama/workflow.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
from llama_index.tools.mcp import BasicMCPClient
77
from typing import Annotated, List, Union
88

9-
MCP_CLIENT = BasicMCPClient(command_or_url="http://localhost:8000/mcp")
9+
MCP_CLIENT = BasicMCPClient(command_or_url="http://localhost:8000/mcp", timeout=120)
1010

1111

1212
class FileInputEvent(StartEvent):

0 commit comments

Comments
 (0)