From 804c11c4044af98e0bea474988b3103009f0854e Mon Sep 17 00:00:00 2001 From: iris Date: Mon, 20 Jul 2026 20:44:10 +0200 Subject: [PATCH] fix(#2305): drop redundant [[bin]] section from hive-screen-mcp/Cargo.toml name and path match cargo defaults; the explicit [[bin]] table is noise. --- hive-screen-mcp/Cargo.toml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/hive-screen-mcp/Cargo.toml b/hive-screen-mcp/Cargo.toml index 8fa82d0a..60239418 100644 --- a/hive-screen-mcp/Cargo.toml +++ b/hive-screen-mcp/Cargo.toml @@ -14,10 +14,3 @@ serde.workspace = true tokio.workspace = true tracing.workspace = true tracing-subscriber.workspace = true - -# `hive-screen-mcp` — stdio MCP bridge for GUI agents. -# Provides screenshot (grim), text input (wtype), key press and mouse -# actions (ydotool) for agents running a Weston compositor. -[[bin]] -name = "hive-screen-mcp" -path = "src/main.rs"