Skip to content

@maxhealth.tech/prefab / mcp / StateUpdate

Interface: StateUpdate

Defined in: mcp/display.ts:209

Properties

state

ts
state: Record<string, unknown>;

Defined in: mcp/display.ts:211

State key-value pairs to merge into the existing UI state.


actions?

ts
optional actions?: 
  | ActionJSON
  | ActionJSON[];

Defined in: mcp/display.ts:213

Actions to fire after the state delta is applied.

Released under the MIT License.