[package] name = "hive-screen-mcp" edition.workspace = true version.workspace = true [lints] workspace = true [dependencies] anyhow.workspace = true rmcp.workspace = true schemars.workspace = true 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"