## CRITICAL: Must Be Combined with #95
These tickets (#94 and #95) **cannot be tested separately**. The dashboard (#95) requires the session logs (#94) to function. They must be **in ONE PR**.
Also: **You forgot to expose the MCP tools again**.
- `get_terminal_logs` - added to mcp_controller.rb but NOT in mcp-bridge
- `list_agent_sessions` - added to mcp_controller.rb but NOT in mcp-bridge
Every time someone adds an MCP tool, they forget to add it to:
1. `/rails/mcp-bridge/src/tools/index.ts` - tool registration
2. `/rails/config/tinker/mcp_permissions.yml` - permissions
How many times does this have to happen before someone remembers?