Skip to content

Commit 0967a9e

Browse files
authored
Merge branch 'main' into feature/expose-protected-resource-metadata
2 parents 79e1b16 + 34e3664 commit 0967a9e

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)