fix(#2305): drop redundant [[bin]] section from hive-screen-mcp/Cargo.toml

name and path match cargo defaults; the explicit [[bin]] table is noise.
This commit is contained in:
iris 2026-07-20 20:44:10 +02:00 committed by mara
commit 804c11c404

View file

@ -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"