Problem
The dashboard subtitle hardcodes the MCP tool count. It currently says "21 tools" but we're at 23 after adding dismiss_pattern and create_handoff. This will keep drifting.
Solution
Add a lightweight endpoint (or use the existing MCP tools/list response) to return the actual tool count, and have the dashboard fetch it on load.
Problem
The dashboard subtitle hardcodes the MCP tool count. It currently says "21 tools" but we're at 23 after adding
dismiss_patternandcreate_handoff. This will keep drifting.Solution
Add a lightweight endpoint (or use the existing MCP tools/list response) to return the actual tool count, and have the dashboard fetch it on load.