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

Class DnsResolveTool

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

Source from the content-addressed store, hash-verified

41)]
42#[derive(Debug, ::serde::Deserialize, ::serde::Serialize, JsonSchema)]
43pub struct DnsResolveTool {
44 /// List of domains to resolve
45 domains: Vec<String>,
46}
47
48impl DnsResolveTool {
49 pub fn call_tool(&self) -> std::process::Command {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected