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:
parent
7fa7e2bdfd
commit
804c11c404
1 changed files with 0 additions and 7 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue