MCPcopy
hub / github.com/claude-code-best/claude-code / disconnect

Method disconnect

src/ssh/SSHSessionManager.ts:37–37  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

35export interface SSHSessionManager {
36 connect(): void
37 disconnect(): void
38 sendMessage(content: RemoteMessageContent): Promise<boolean>
39 sendInterrupt(): void
40 respondToPermissionRequest(

Callers 8

callFunction · 0.65
callFunction · 0.65
useRemoteSessionFunction · 0.65
useSSHSessionFunction · 0.65
useDirectConnectFunction · 0.65
runMainHeartbeatFunction · 0.65
usePipeIpcFunction · 0.65

Implementers 2

SSHSessionManagerImplsrc/ssh/SSHSessionManager.ts
DirectConnectSessionManagersrc/server/directConnectManager.ts

Calls

no outgoing calls

Tested by

no test coverage detected