status_dashboard
Launch a local web dashboard that streams live KPIs, secret tables, and audit events via Server-Sent Events, offering a richer visual interface for monitoring system state.
Instructions
[dashboard] Start a local web dashboard (http://127.0.0.1:PORT) that streams live KPIs, secret tables, manifest gaps, hooks, audit events, and anomalies via Server-Sent Events. Use when an operator (or an agent on behalf of one) wants a richer visual surface than chat output; prefer health_check / analyze_secrets for one-shot text summaries inside the conversation. Side effect: binds an HTTP server on the requested port (one process-wide instance — re-running returns the existing URL instead of starting a second server). Never exposes secret values. Returns the URL string to open in a browser.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| port | No | TCP port to listen on (default 9876). Pick another port if 9876 is already in use; the call fails if binding errors. |