App Lifecycle

Steps for launching and terminating the app.

launch

Launch the app. Usually used in setup.

Parameters

FieldTypeRequiredDescription
(value)stringYesBundle/package ID. This step is a single string.

Example

- launch: org.reactnativemcp.demo

terminate

Terminate the app. Usually used in teardown.

Parameters

FieldTypeRequiredDescription
(value)stringYesBundle/package ID

Example

- terminate: org.reactnativemcp.demo