MCPcopy Index your code
hub / github.com/coder/coder / NewServerProxyManager

Function NewServerProxyManager

aibridge/mcp/server_proxy_manager.go:31–36  ·  view source on GitHub ↗
(proxiers map[string]ServerProxier, tracer trace.Tracer)

Source from the content-addressed store, hash-verified

29}
30
31func NewServerProxyManager(proxiers map[string]ServerProxier, tracer trace.Tracer) *ServerProxyManager {
32 return &ServerProxyManager{
33 proxiers: proxiers,
34 tracer: tracer,
35 }
36}
37
38func (s *ServerProxyManager) addTools(tools []*Tool) {
39 s.toolsMu.Lock()

Callers 4

BuildMethod · 0.92
setupMCPForTestWithNameFunction · 0.92
newNoopMCPManagerFunction · 0.92
TestToolInjectionOrderFunction · 0.92

Calls

no outgoing calls

Tested by 1

TestToolInjectionOrderFunction · 0.74