Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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:
Callers
2
TestCoreExecutionEngineClearMCPDisconnectsClientsLikePython
Function · 0.95
handleREPLSlashCommand
Function · 0.45
Calls
1
disconnectMCP
Method · 0.95
Tested by
1
TestCoreExecutionEngineClearMCPDisconnectsClientsLikePython
Function · 0.76