What problem does it solve? Before invoking heavier Unity MCP tools, you need a fast way to confirm the CLI and SignalR transport are alive. This Skill provides a zero-dependency readiness probe that performs no I/O and no Unity API calls, so failures isolate transport issues rather than tool logic. ## Core Features & Use Cases - Readiness Probe: Returns 'pong' when called without arguments, confirming the MCP transport is responsive. - Echo Verification: Echoes any provided message string back verbatim, letting you validate round-trip serialization. - Latency Measurement: Pure echo with no side effects makes it ideal for timing round-trip latency before running heavier tools. - Use Case: Before running a batch of Unity editor commands in CI, call ping to confirm unity-mcp-cli connectivity and fail fast if the transport is down. ## Quick Start Ask the AI to run the ping system tool with an optional message to confirm the Unity MCP connection is alive.