We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b93bca6 commit 1d71749Copy full SHA for 1d71749
src/mcp_scan/verify_api.py
@@ -113,7 +113,7 @@ async def analyze_scan_path(
113
}
114
headers.update(additional_headers)
115
116
- logger.debug("Analyzing scan path with URL: %s and headers: %s", url, headers)
+ logger.debug(f"Analyzing scan path with URL: {url}")
117
payload = VerifyServerRequest(
118
root=[
119
server.signature.model_dump() if server.signature else None
0 commit comments