Context Intelligence

Analytics Dashboard

Workflow coverage, tool usage patterns, error resolution metrics, and learning system growth.

70+ workflows 187 tools 25+ error resolutions

System Metrics

Live counts from the latest analytics snapshot. This data reflects your local usage — each developer's learned workflows, error resolutions, and outcomes are unique to their environment. Run the CLI command to refresh.

Total Workflows

builtin + learned

Tools in Workflows

of 187 registered

Error Resolutions

learned patterns

Success Rate

workflow outcomes

Workflow Coverage by Domain

Number of built-in and learned workflows per UE domain category.

Top Tools by Usage

Most frequently invoked MCP tools across all recorded workflow executions.

Error Resolutions by Type

Categorised error patterns captured and resolved by the context intelligence system.

How to Update

Regenerate the analytics snapshot at any time by running the CLI command below.

The analytics snapshot is a static JSON file at docs/data/analytics-snapshot.json. It is generated by inspecting the live MCP server data stores — workflow outcomes, error resolutions, and tool manifests.

Note: Analytics data is local to each developer. The learning system builds up workflows and error resolutions based on your individual usage, so every team member's dashboard will show different numbers.

After running the command, commit the updated snapshot to keep the hosted dashboard in sync with your project's actual usage data.

  1. Run npx unreal-master-mcp-server analytics in your project root.
  2. The command writes a fresh snapshot to docs/data/analytics-snapshot.json.
  3. Commit and push the file — the hosted dashboard updates automatically.
terminal
npx unreal-master-mcp-server analytics

The snapshot file is committed alongside the rest of the docs. The dashboard page loads it via fetch() at runtime — no build step required.