MCPcopy Create free account
hub / github.com/MoonshotAI/kimi-code / attach

Method attach

packages/server/src/ws/connection.ts:84–84  ·  view source on GitHub ↗
(
    sessionId: string,
    terminalId: string,
    sink: TerminalAttachSink,
    options?: TerminalAttachOptions,
  )

Source from the content-addressed store, hash-verified

82
83export interface TerminalHandler {
84 attach(
85 sessionId: string,
86 terminalId: string,
87 sink: TerminalAttachSink,

Callers 5

startServerFunction · 0.65
onTerminalAttachMethod · 0.65
tryAttachReadToolCallMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected