patina_health
Retrieve Patina Unity MCP server status: version, bridge port, command count, broker and session summaries. Optionally verify live Unity editor state and bridge diagnostics for deeper health checks.
Instructions
Return Patina server version, compact MCP surface status, bridge port, command count, and a broker summary (agentClientCount, unitySessionCount counting both connected and reloading sessions, reloadingSessionCount, and per-session detail). Pass include_unity_state=true to prove the routed Unity session is actually responding, not just registered.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| include_unity_state | No | When true, also calls Unity get_editor_state through the bridge. | |
| include_bridge_diagnostics | No | When true, calls Unity's bridge-level ping without touching Unity main-thread APIs. |