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
//! Snapshot formatters consumed by snapshot tools.
//!
//! Currently exports [`html_trim`] (drops `<script>` / `<style>` blocks
//! and collapses whitespace). The accessibility-tree-formatter approach
//! described in the original plan was dropped for v0 — see "API Reality"
//! in the plan for the rationale.

pub mod html_trim;