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
"Fire the synthetic click->lead->sale verification chain through Affitor's REAL attribution pipeline (isolated is_test rows). This is the agent's PROOF step: run it, then poll affitor_readiness until integration_verified:true. Rate-limited to 10/program/hour — on a rate_limited result, wait retry_after_seconds, don't hammer.",
310
+
inputSchema: {},
311
+
},
312
+
async()=>{
313
+
if(!runVerification){
314
+
returnfail('affitor_run_verification is not configured in this MCP build');
315
+
}
316
+
returnrunCall(()=>runVerification());
317
+
},
318
+
);
258
319
}
259
320
260
321
/** Read the server version from this package's package.json at runtime. */
@@ -284,8 +345,13 @@ async function main(): Promise<void> {
0 commit comments