health_check
Check if the Fiji MCP bridge is alive and get runtime details including path, mode, ImageJ version, and operation timeout before starting long jobs.
Instructions
Return runtime health: Fiji path, headless/GUI mode, ImageJ version, and configured operation timeout. Use before long jobs to confirm the bridge is alive.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | No | Bridge responded successfully. | |
| initialized | Yes | PyImageJ context is ready. | |
| fiji_path | Yes | Resolved Fiji installation path, if known. | |
| mode | Yes | Runtime mode, e.g. interactive or headless. | |
| imagej_version | Yes | ImageJ/Fiji version string from the Java side. | |
| operation_timeout_seconds | Yes | Per-operation timeout from FIJI_OPERATION_TIMEOUT_SECONDS. |