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 85e9e19 commit b544f93Copy full SHA for b544f93
mcp_python/server/__init__.py
@@ -58,7 +58,7 @@ def __init__(self, name: str):
58
PingRequest: _ping_handler,
59
}
60
self.notification_handlers: dict[type, Callable[..., Awaitable[None]]] = {}
61
- logger.info(f"Initializing server '{name}'")
+ logger.debug(f"Initializing server '{name}'")
62
63
def create_initialization_options(self) -> types.InitializationOptions:
64
"""Create initialization options from this server instance."""
0 commit comments