voidcrawl-mcp 0.3.3

Stdio MCP server exposing voidcrawl stealth headless Chrome to Claude Code and other MCP clients
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
//! Tool implementations for the `VoidCrawl` MCP server.
//!
//! Each sub-module declares a `#[tool_router]` impl block on
//! `VoidCrawlServer` and returns its own named router function
//! (e.g. `fetch_router`). `server.rs` composes them in `new()`.

pub mod actions;
pub mod download;
pub mod fetch;
pub mod introspect;
pub mod screenshot;
pub mod session;
pub mod wait;