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 24a4bba commit fd3fc67Copy full SHA for fd3fc67
server/server.go
@@ -226,7 +226,6 @@ func (s *MCPServer) sendNotificationToAllClients(
226
},
227
}
228
229
- // Use a read lock on sessionsMu to ensure sessions map safety
230
s.sessions.Range(func(k, v any) bool {
231
if session, ok := v.(ClientSession); ok && session.Initialized() {
232
select {
0 commit comments