learning_ai_common_plat/services
saravanakumardb1 5a3987bd9f fix(mcp-server): jarvis.marketplace.certify routes to wrong endpoint on rejection
The backend has two separate endpoints:
  POST /marketplace/admin/:id/approve
  POST /marketplace/admin/:id/reject

Previously jarvisMarketplaceCertify always called /approve regardless of
the decision field — rejections would silently approve listings.

Fix: derive action from decision.decision ('approved' → 'approve', else 'reject')
and use the correct endpoint path.
2026-03-05 14:06:19 -08:00
..
extraction-service fix(jobs): implement stub job handlers with actual functionality 2026-03-02 10:19:15 -08:00
mcp-server fix(mcp-server): jarvis.marketplace.certify routes to wrong endpoint on rejection 2026-03-05 14:06:19 -08:00
monitoring fix(monitoring): update health-check endpoints for consolidated services 2026-02-17 20:53:37 -08:00
platform-service feat(predictive-analytics): complete admin UI for churn prediction and health scoring 2026-03-03 13:48:37 -08:00