IT-DEV/saas/k1/saas-alerts
  • TypeScript 100%
Find a file
Joseph 84d9f6c160 fix: correct 6 broken API endpoint paths per Swagger spec 0.20.0
- sa_search_events: /reports/events/search -> /reports/events/query
- sa_get_alerts: /reports/alerts (never existed) -> events/query with alertStatus filter
- sa_get_event_summary: /reports/events/summary -> /reports/events/count
- Add sa_get_alert_actions tool for /reports/alert-recommended-actions
- Note remaining deprecated endpoints (eventTypes, userActivity, products)

Fixes saas-alerts#84

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-11 11:56:01 -05:00
src fix: correct 6 broken API endpoint paths per Swagger spec 0.20.0 2026-03-11 11:56:01 -05:00
.env.example Initial commit: import from SharePoint restructure 2026-03-06 23:24:22 -06:00
.gitignore Initial commit: import from SharePoint restructure 2026-03-06 23:24:22 -06:00
package-lock.json Initial commit: import from SharePoint restructure 2026-03-06 23:24:22 -06:00
package.json Initial commit: import from SharePoint restructure 2026-03-06 23:24:22 -06:00
tsconfig.json Initial commit: import from SharePoint restructure 2026-03-06 23:24:22 -06:00