Skip to content

Commit 2340402

Browse files
committed
misc: small fix or general refactoring i did not bother commenting
1 parent b4a9cc8 commit 2340402

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nerve/tools/mcp/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ async def connect(self) -> None:
9898
await asyncio.wait_for(self._session.initialize(), timeout=self.server.session_timeout)
9999
except asyncio.TimeoutError:
100100
logger.error(
101-
"mcp server {} initialization timeout, see https://github.com/modelcontextprotocol/python-sdk/issues/428",
101+
"mcp server {} initialization timeout",
102102
self.name,
103103
)
104104
exit(1)

0 commit comments

Comments
 (0)