Real Example: lvt

The Problem
Agents can't see Windows app UI — UIA is slow, incomplete, and misses XAML internals
lvt connects via
XAML Diagnostics
Dumps live visual tree
as structured text
Agent sees every element,
property, binding
Fixes UI bugs
autonomously
Why this matters
No MCP server needed. It's a CLI. Any agent that can run a command can use it.
Works with Win32, WinUI 3, System XAML, WPF — and it's a Copilot plugin: /plugin install asklar/lvt
🚀 Shipped & open-source — github.com/asklar/lvt