ghostrigger_health
Check whether the GhostRigger IPC server is running and healthy. Returns status with version and port or an error if unreachable.
Instructions
Check whether the GhostRigger IPC server is running and healthy.
Returns: JSON string: { "status": "ok", "program": "GhostRigger", "port": 7001, "version": "2.8", "mcp": true } or {"error": "Cannot reach GhostRigger at http://localhost:7001: ..."}
KB: see knowledge_base/16_ANIMATION_DEEP_DIVE.md#overview Example: ghostrigger_health()
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |