This commit is contained in:
Yug 2026-04-30 11:50:31 +05:30
parent f7f90abf15
commit 1906dfd731

View file

@ -2761,7 +2761,7 @@ if MCP_AVAILABLE:
for read_stream, auth in _session_auth_storage.items():
if getattr(
read_stream, "_state", id(read_stream)
) is getattr(writer, "_state", id(writer)):
) == getattr(writer, "_state", id(writer)):
session_auth = auth
break