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"