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
//! Transport bootstraps for rmcp.
//!
//! Stdio wiring lives inline in [`crate::server`] (one
//! `serve(stdio()).await` line — no helper earns its keep yet). The HTTP
//! transport mounts an `rmcp` [`StreamableHttpService`] onto axum; see
//! [`http::serve`].
//!
//! [`StreamableHttpService`]: rmcp::transport::streamable_http_server::StreamableHttpService

pub mod http;