MCPcopy Create free account
hub / github.com/agent-tower/core / writeInput

Method writeInput

packages/server/src/services/session-manager.ts:563–567  ·  view source on GitHub ↗
(sessionId: string, data: string)

Source from the content-addressed store, hash-verified

561 console.warn(
562 `[SessionManager] Failed to record TeamRun heartbeat for ${sessionId}:`,
563 error instanceof Error ? error.message : error
564 );
565 });
566 }
567
568 writeInput(sessionId: string, data: string): void {
569 this.runtimeCoordinator.writeInput(sessionId, data);
570 }

Callers 1

registerMethod · 0.80

Calls 2

getMethod · 0.45
writeMethod · 0.45

Tested by

no test coverage detected