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 94f77ce commit bf82138Copy full SHA for bf82138
src/mcp/client/session.py
@@ -173,7 +173,7 @@ async def initialize(self) -> types.InitializeResult:
173
174
if self._client_info is DEFAULT_CLIENT_INFO:
175
self._client_info = result.serverInfo
176
-
+
177
self._server_capabilities = result.capabilities
178
179
await self.send_notification(types.ClientNotification(types.InitializedNotification()))
0 commit comments