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.
1 parent b4a9cc8 commit 2340402Copy full SHA for 2340402
nerve/tools/mcp/client.py
@@ -98,7 +98,7 @@ async def connect(self) -> None:
98
await asyncio.wait_for(self._session.initialize(), timeout=self.server.session_timeout)
99
except asyncio.TimeoutError:
100
logger.error(
101
- "mcp server {} initialization timeout, see https://github.com/modelcontextprotocol/python-sdk/issues/428",
+ "mcp server {} initialization timeout",
102
self.name,
103
)
104
exit(1)
0 commit comments