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.
2 parents e22ee5f + 481e334 commit 9c92a44Copy full SHA for 9c92a44
src/notebookllama/workflow.py
@@ -6,7 +6,7 @@
6
from llama_index.tools.mcp import BasicMCPClient
7
from typing import Annotated, List, Union
8
9
-MCP_CLIENT = BasicMCPClient(command_or_url="http://localhost:8000/mcp")
+MCP_CLIENT = BasicMCPClient(command_or_url="http://localhost:8000/mcp", timeout=120)
10
11
12
class FileInputEvent(StartEvent):
0 commit comments