Skip to content

Conversation

@goneri
Copy link
Contributor

@goneri goneri commented Nov 12, 2025

Output example:

Server process UUID 601d3dca-9892-42fc-be4f-565c1c282dd3
Active session 0
Uptime 237
Tools 489
AAP is reachable OK

Note

Periodically logs server status (process UUID, sessions, uptime, tools) and probes AAP reachability every 2s.

  • Server status reporting (src/index.ts):
    • Add processUUID and new sendStatusEvent to log process UUID, active sessions, uptime, and tool count.
    • Perform a quick reachability probe to CONFIG.BASE_URL (/) with a 1s timeout; log OK/KO.
    • Start a setInterval (2s) to invoke sendStatusEvent after startup.

Written by Cursor Bugbot for commit 44df539. This will update automatically on new commits. Configure here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant