Wire the mac-sync send-rate cap (max N sends per window) through to the quinn-messenger MCP so it's adjustable at runtime, routed through quinn.api per the canonical messenger→quinn.api→mac-sync path. - api: shared/mac-sync/send.ts gains getSendRateLimit/setSendRateLimit (direct call to mac-sync /admin/send-rate-limit, deadline-guarded); /m/messages/send-rate-limit GET/PUT surfaces them. - mcp: get_send_rate_limit / set_send_rate_limit tools call those routes. Backing cap + storage live in the mac-sync server (default 10/300s). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| @features | ||
| @packages | ||
| config.yaml | ||
| package.json | ||
| tsconfig.base.json | ||