Objective
Build an MCP tool for logging agents events for analysis (drop-offs, failures, completions).
Tasks
- Design basic event schema (eventType, timestamp, volunteerId, payload)
- Implement logEvent(eventType, payload)
- Store events in a DB suitable for analytics
- Add simple CLI/query examples in README
- Add MCP manifest + tool registration
- Basic unit tests
Objective
Build an MCP tool for logging agents events for analysis (drop-offs, failures, completions).
Tasks