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 68e25d4 commit 34e3664Copy full SHA for 34e3664
src/mcp/server/lowlevel/server.py
@@ -149,7 +149,6 @@ def __init__(
149
types.PingRequest: _ping_handler,
150
}
151
self.notification_handlers: dict[type, Callable[..., Awaitable[None]]] = {}
152
- self.notification_options = NotificationOptions()
153
self._tool_cache: dict[str, types.Tool] = {}
154
logger.debug("Initializing server %r", name)
155
0 commit comments