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

Method connect

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

Source from the content-addressed store, hash-verified

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

Callers 14

connectMethod · 0.65
runComputerUseMcpServerFunction · 0.65
rebuildTransportFunction · 0.65
initEnvLessBridgeCoreFunction · 0.65
createV1ReplTransportFunction · 0.65
connectFunction · 0.65
wireTransportFunction · 0.65
constructorMethod · 0.65
runServerFunction · 0.65
client.tsFile · 0.65

Implementers 2

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

Calls

no outgoing calls

Tested by

no test coverage detected