Rudy R
Rudy R
Would be great to have a method to 'recreate' the entire server response as one big string -- for very verbose logging, storing the responses as individual files, etc.
For example: `asnmap -a AS20001 -c -silent` `asnmap -a AS20001 -c` vs `asnmap -a AS20001 -c -silent -o myoutput.txt` The former produces no output and the latter works as intended....
# Adding mcp-recon to awesome-mcp-servers list mcp-recon (formerly tellix) is a conversational reconnaissance interface and MCP server built on ProjectDiscovery's httpx and asnmap libraries. It enables AI assistants like Claude...
Updated to remove non-standard emoji.
# Respect --quiet flag in MCP client logging ## Problem When orchestrating multiple agents using MCP (Model Context Protocol), the current implementation logs all MCP server output as ERROR level,...
### What is your question? I noticed that all tool arguments get automatically quoted via shlex.quote() (in body.j2), which I assume is for security to prevent command injection from unpredictable...