zendriver-mcp 0.6.3

MCP server exposing zendriver-rs's stealth browser automation to MCP clients.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
//! Internal library for the `zendriver-mcp` binary.
//!
//! Exposed primarily so integration tests can construct the server stack
//! directly without spawning the binary.

pub mod errors;
pub mod selectors;
pub mod server;
pub mod snapshot;
pub mod state;
pub mod tools;
pub mod transport;