MCPcopy Create free account
hub / github.com/connorads/remobi / InputMessage

Interface InputMessage

src/session-protocol.ts:1–4  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1export interface InputMessage {
2 readonly type: 'input'
3 readonly data: string
4}
5
6export interface ResizeMessage {
7 readonly type: 'resize'

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected