The implementation is complete. The change removes the Bash-only restriction so that any tool with output (including MCP tools like `mcp:dev-manager:stop`) can now be clicked to view their results in the logs panel.
**Summary of changes:**
- **File:** `vibe-kanban/frontend/src/components/ui-new/NewDisplayConversationEntry.tsx`
- **Change:** Simplified `hasOutput` check in `ToolSummaryEntry` from `isBash && content && content.trim().length > 0` to just `content && content.trim().length > 0`
- **Effect:** MCP tool entries (and any other tool with output) are now clickable to view their JSON results in the logs panel