Skip to content

Commit b544f93

Browse files
committed
info => debug
1 parent 85e9e19 commit b544f93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mcp_python/server/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ def __init__(self, name: str):
5858
PingRequest: _ping_handler,
5959
}
6060
self.notification_handlers: dict[type, Callable[..., Awaitable[None]]] = {}
61-
logger.info(f"Initializing server '{name}'")
61+
logger.debug(f"Initializing server '{name}'")
6262

6363
def create_initialization_options(self) -> types.InitializationOptions:
6464
"""Create initialization options from this server instance."""

0 commit comments

Comments
 (0)