Hacker News new | ask | show | jobs
Show HN: A MCP for controlling terminal UI apps built with bubbletea and ratatui (github.com)
8 points by michaellee8 160 days ago
so you can start vibe-coding your ad-hoc terminal dashboard. With session replay and mouse click support built-in.
1 comments

I really hope we can make some Ratatui backends that are intended for use cases like this. Just dump the component tree, dump specific windows, whatever. https://ratatui.rs/concepts/backends/
In that case we should have some sort of UI test backends I guess? This mcp was more for generic use cases which will allow any TUI framework in any language to work.