MCPcopy Create free account
hub / github.com/WJX20/claude-code / connect

Method connect

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

Source from the content-addressed store, hash-verified

23
24export interface SSHSessionManager {
25 connect(): void
26 disconnect(): void
27 sendMessage(content: RemoteMessageContent): Promise<boolean>
28 sendInterrupt(): void

Callers 13

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
setupSdkMcpClientsFunction · 0.65

Implementers 1

DirectConnectSessionManagersrc/server/directConnectManager.ts

Calls

no outgoing calls

Tested by

no test coverage detected