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 7227fd6 commit cebffa6Copy full SHA for cebffa6
apps/radar/src/tools/url-scanner.ts
@@ -34,8 +34,7 @@ export function registerUrlScannerTools(agent: RadarMCP) {
34
// Search if there are recent scans for the URL
35
const scans = await client.urlScanner.scans.list({
36
account_id: accountId,
37
- size: 1,
38
- q: `page.url:${url}`,
+ q: `page.url:"${url}"`,
39
})
40
41
let scanId = scans.results.length > 0 ? scans.results[0]._id : null
0 commit comments