{% extends "base.html" %} {% block title %}Network · Harbormaster{% endblock %} {% block page_title %}Network{% endblock %} {% block content %}

Inter-project network

Live MCP-call events. Edges thicken with call frequency.

view:

Network stats

total calls
error rate
by tool
by source
{# v13.0.0a4: each source row is a button that dispatches the hm:network:filter event so the events panel below can apply the filter without re-rendering the whole stats panel. #}
top projects
{# v13.0.0a4: server-side filter controls. Tool + source dropdowns are derived from the stats panel above (auto-refresh every 30s); the date inputs accept HTML5 datetime-local strings (operator's local TZ, converted to unix ms before being sent to the API). Filter state is mirrored to the URL so an operator can share / bookmark a filtered view. #}
{# v11.0.0a4: stateBadge unification — replaces two inline color- only spans with the shared icon+label badge component. #}

No MCP calls recorded yet — ask a project something and watch this fill in.

Event density —

events · peak bucket:

{# v16.0.0a3: network page tour wizard (carry-over #8). Three-step walkthrough on first /network visit, gated by localStorage `hm-network-tour-completed`. Anchors via `data-tour-step="network-*"` markup attrs (carry-over #6) — resilient to template refactors. #} {% endblock %}