Overview
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.
No analytics data found
Run npx unreal-master-mcp-server analytics to generate a snapshot, then reload this page.
—
Total Workflows
builtin + learned
—
Tools in Workflows
of 187 registered
—
Error Resolutions
learned patterns
—
Success Rate
workflow outcomes
Coverage
Workflow Coverage by Domain
Number of built-in and learned workflows per UE domain category.
Usage
Top Tools by Usage
Most frequently invoked MCP tools across all recorded workflow executions.
Reliability
Error Resolutions by Type
Categorised error patterns captured and resolved by the context intelligence system.
Maintenance
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.
-
Run
npx unreal-master-mcp-server analyticsin your project root. -
The command writes a fresh snapshot to
docs/data/analytics-snapshot.json. - Commit and push the file — the hosted dashboard updates automatically.
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.