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

Method resize

packages/server/src/services/session-manager.ts:569–573  ·  view source on GitHub ↗
(sessionId: string, cols: number, rows: number)

Source from the content-addressed store, hash-verified

567
568 writeInput(sessionId: string, data: string): void {
569 this.runtimeCoordinator.writeInput(sessionId, data);
570 }
571
572 resize(sessionId: string, cols: number, rows: number): void {
573 this.runtimeCoordinator.resize(sessionId, cols, rows);
574 }
575
576 /** Close all runtime driver sessions during graceful server shutdown. */

Callers 1

registerMethod · 0.45

Calls 1

getMethod · 0.45

Tested by

no test coverage detected