Skip to content

Commit 34e3664

Browse files
authored
chore: Remove unused variable notification_options (#1238)
1 parent 68e25d4 commit 34e3664

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/mcp/server/lowlevel/server.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,6 @@ def __init__(
149149
types.PingRequest: _ping_handler,
150150
}
151151
self.notification_handlers: dict[type, Callable[..., Awaitable[None]]] = {}
152-
self.notification_options = NotificationOptions()
153152
self._tool_cache: dict[str, types.Tool] = {}
154153
logger.debug("Initializing server %r", name)
155154

0 commit comments

Comments
 (0)