We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5f1f32 commit 9d9a093Copy full SHA for 9d9a093
1 file changed
examples/clients/simple-chatbot/mcp_simple_chatbot_sse/main.py
@@ -85,7 +85,9 @@ async def initialize(self) -> None:
85
session = await self.exit_stack.enter_async_context(session_context)
86
await session.initialize()
87
self.session = session
88
- logging.info(f"Successfully connected to server {self.name} at {server_url}")
+ logging.info(
89
+ f"Successfully connected to server {self.name} at {server_url}"
90
+ )
91
except Exception as e:
92
logging.error(f"Error initializing server {self.name}: {e}")
93
await self.cleanup()
0 commit comments