diff --git a/hive-screen-mcp/src/main.rs b/hive-screen-mcp/src/main.rs index 09bab287..1cdd7727 100644 --- a/hive-screen-mcp/src/main.rs +++ b/hive-screen-mcp/src/main.rs @@ -294,7 +294,7 @@ impl ScreenMcp { other => { return format!( "mouse_click: unknown button {other:?} — use \"left\", \"right\", or \"middle\"" - ) + ); } }; // Move to position, press, release — all in one VNC connection.