Skip to content

Commit eaa486f

Browse files
Longer list tool timeout
1 parent 8b46852 commit eaa486f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "open-edison"
3-
version = "0.1.49"
3+
version = "0.1.50"
44
description = "Open-source MCP security, aggregation, and monitoring. Single-user, self-hosted MCP proxy."
55
readme = "README.md"
66
authors = [

src/mcp_importer/api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ async def _list_tools_only() -> Any:
259259
async def _list_tools_only() -> Any:
260260
return await host_local._tool_manager.list_tools() # type: ignore[attr-defined]
261261

262-
await asyncio.wait_for(_list_tools_only(), timeout=10.0)
262+
await asyncio.wait_for(_list_tools_only(), timeout=30.0)
263263
return True
264264
except Exception as e:
265265
log.error("MCP verification failed for '{}': {}", server.name, e)

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)