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 c3bc53f commit 2ea1971Copy full SHA for 2ea1971
internal/daemon/client_manager.go
@@ -8,6 +8,7 @@ import (
8
9
// ClientManager holds active client connections and their associated tool lists.
10
// It is safe for concurrent use by multiple goroutines.
11
+// NewClientManager should be used to create instances of ClientManager.
12
type ClientManager struct {
13
mu sync.RWMutex
14
clients map[string]client.MCPClient
0 commit comments