diff --git a/fable-mcp/fable_mcp/client.py b/fable-mcp/fable_mcp/client.py index 645eeea..80a562d 100644 --- a/fable-mcp/fable_mcp/client.py +++ b/fable-mcp/fable_mcp/client.py @@ -36,7 +36,7 @@ class FableClient: self._client = httpx.AsyncClient( base_url=self.base_url, headers=self._headers, - timeout=httpx.Timeout(connect=10.0, read=120.0, write=30.0, pool=10.0), + timeout=httpx.Timeout(connect=10.0, read=300.0, write=30.0, pool=10.0), ) return self diff --git a/fable-mcp/pyproject.toml b/fable-mcp/pyproject.toml index 26250f9..0781762 100644 --- a/fable-mcp/pyproject.toml +++ b/fable-mcp/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "fable-mcp" -version = "0.2.3" +version = "0.2.4" description = "MCP server for Fabled Assistant" requires-python = ">=3.12" dependencies = [