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

Class JsCrawlTool

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

Source from the content-addressed store, hash-verified

128)]
129#[derive(Debug, ::serde::Deserialize, ::serde::Serialize, JsonSchema)]
130pub struct JsCrawlTool {
131 /// List of JavaScript file URLs to analyze
132 urls: Vec<String>,
133}
134
135impl JsCrawlTool {
136 pub fn call_tool(&self) -> std::process::Command {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected