Skip to content

Commit 2ea1971

Browse files
committed
Update Go doc string for ClientManager type
1 parent c3bc53f commit 2ea1971

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

internal/daemon/client_manager.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ import (
88

99
// ClientManager holds active client connections and their associated tool lists.
1010
// It is safe for concurrent use by multiple goroutines.
11+
// NewClientManager should be used to create instances of ClientManager.
1112
type ClientManager struct {
1213
mu sync.RWMutex
1314
clients map[string]client.MCPClient

0 commit comments

Comments
 (0)