MCPcopy Create free account
hub / github.com/KingOfBugbounty/enumrust / FullScanOptions

Class FullScanOptions

enumrust-mcp/src/tools.rs:288–293  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

286
287#[derive(Debug, ::serde::Deserialize, ::serde::Serialize, JsonSchema)]
288pub struct FullScanOptions {
289 /// Number of concurrent workers
290 workers: Option<u32>,
291 /// Discord webhook for notifications
292 discord_webhook: Option<String>,
293}
294
295impl FullScanTool {
296 pub fn call_tool(&self) -> std::process::Command {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected