MCPcopy Create free account
hub / github.com/agentforce314/clawcodex / sendControl

Method sendControl

ui-tui/src/gatewayClient.ts:666–668  ·  view source on GitHub ↗
(subtype: string, params: Record<string, unknown>)

Source from the content-addressed store, hash-verified

664 }
665
666 private sendControl(subtype: string, params: Record<string, unknown>): void {
667 this.send({ request: { subtype, ...params }, request_id: `c${++this.reqId}`, type: 'control_request' })
668 }
669
670 private toSessionInfo(init: any): SessionInfo {
671 const toolNames: string[] = Array.isArray(init.tools)

Callers 1

requestMethod · 0.95

Calls 1

sendMethod · 0.95

Tested by

no test coverage detected