Skip to content

Commit bf82138

Browse files
committed
run pre-commit
1 parent 94f77ce commit bf82138

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mcp/client/session.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ async def initialize(self) -> types.InitializeResult:
173173

174174
if self._client_info is DEFAULT_CLIENT_INFO:
175175
self._client_info = result.serverInfo
176-
176+
177177
self._server_capabilities = result.capabilities
178178

179179
await self.send_notification(types.ClientNotification(types.InitializedNotification()))

0 commit comments

Comments
 (0)