You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -52,7 +69,7 @@ export function registerUrlScannerTools(agent: RadarMCP) {
52
69
{
53
70
type: 'text',
54
71
text: JSON.stringify({
55
-
result: r,// TODO select what is more relevant, or add a param to allow the agent to select a set of metrics
72
+
result: {verdicts: r.verdicts,stats: r.stats,page: r.page},// TODO select what is more relevant, or add a param to allow the agent to select a set of metrics
0 commit comments