MCPcopy
hub / github.com/vercel/hyper / SessionOptions

Interface SessionOptions

app/session.ts:85–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

83}
84
85interface SessionOptions {
86 uid: string;
87 rows: number;
88 cols: number;
89 cwd: string;
90 shell: string;
91 shellArgs: string[];
92}
93export default class Session extends EventEmitter {
94 pty: IPty | null;
95 batcher: DataBatcher | null;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected