MCPcopy Create free account
hub / github.com/GongShichen/LuminaCode / clearMCPTrustFuture

Method clearMCPTrustFuture

agent/loop.go:269–275  ·  view source on GitHub ↗
(ch chan bool)

Source from the content-addressed store, hash-verified

267 if e.Config.Yolo {
268 e.mcpMu.Unlock()
269 e.applyMCPTrustDecision(pending, true)
270 return
271 }
272 ch := make(chan bool, 1)
273 e.mu.Lock()
274 e.mcpTrustCh = ch
275 e.mu.Unlock()
276 e.mcpMu.Unlock()
277
278 event := NewStreamEvent("permission_needed", "mcp_project_trust", map[string]any{

Callers 1

maybePromptMCPTrustMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected