You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -126,6 +121,6 @@ public virtual async ValueTask DisposeUnsynchronizedAsync()
126
121
_logger.EndpointCleanedUp(EndpointName);
127
122
}
128
123
129
-
protectedMcpSessionGetSessionOrThrow()=>
130
-
_session??thrownewInvalidOperationException($"This should be unreachable from public API! Call {nameof(InitializeSession)} before sending messages.");
124
+
protectedMcpSessionGetSessionOrThrow()
125
+
=>_session??thrownewInvalidOperationException($"This should be unreachable from public API! Call {nameof(InitializeSession)} before sending messages.");
0 commit comments