Skip to content
Gemini CLI

wpf visual tree for Gemini CLI

io.github.faze79/wpf-visual-tree

Let AI agents inspect and drive running WPF apps: tree, bindings, screenshots, clicks, text input.

client:Gemini CLI transport:stdio runtime:nuget

Install wpf visual tree in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

{
  "mcpServers": {
    "wpf-visual-tree": {
      "command": "dnx",
      "args": [
        "WpfVisualTreeMcp",
        "--yes"
      ]
    }
  }
}

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

wpf visual tree in other clients