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

Method ClearMCP

agent/loop.go:358–360  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

356 select {
357 case e.skillPermissionCh <- false:
358 default:
359 }
360 }
361 if e.mcpTrustCh != nil {
362 select {
363 case e.mcpTrustCh <- false:

Calls 1

disconnectMCPMethod · 0.95