This release adds 3 notable features for engineering teams evaluating rollout.
Published 25d
MCP Developer Tools
✓ No known CVEs patched
✓ No known CVEs patched in this version
Topics
ai-agent
automation
browser-testing
chrome-devtools-protocol
claude-code
cross-platform
+5 more
.net
mcp
playwright
webview2
wpf
Summary
AI summaryUpdates Highlights, Quick Start, and Download across a mixed release.
Full changelog
GDD v1.0.0 — Giggly-Dazzling-Duckling
First public release of GDD — an AI-powered multi-browser testing tool.
Download
GDD.exe— Single self-contained executable (~70 MB). No .NET installation required.appsettings.json— Default configuration file. Place next toGDD.exe.mcp-proxy-auto.ps1— Stdio proxy for Claude Code MCP integration. Auto-launches GDD.
Prerequisites
- Windows 10/11
- WebView2 Runtime — GDD checks on startup and offers to install if missing
Highlights
- 25 MCP tools — Player management, navigation, interaction, reading, screenshots, device/network/geolocation emulation, auth, diagnostics, JS execution
- 22 device presets — iPhone SE through 16 Pro Max, Pixel 9, Galaxy S24, iPads, desktops
- 5 network presets — Online, 4G, Fast 3G, Slow 3G, Offline
- 5 location presets — Moscow, Saint Petersburg, New York, London, Tokyo
- Video wall — See all browsers at once with DWM thumbnail rendering
- Auto-launch —
mcp-proxy-auto.ps1starts GDD automatically when Claude Code connects - Dark theme with system title bar color matching
- Built-in manual — Help button +
gdd_get_manualM2M API
Quick Start
- Download
GDD.exeandappsettings.jsoninto the same folder - Download
mcp-proxy-auto.ps1and update the path toGDD.exeinside it - Add to your project
.mcp.json:{ "mcpServers": { "gdd": { "command": "powershell", "args": ["-ExecutionPolicy", "Bypass", "-File", "path/to/mcp-proxy-auto.ps1"] } } } - Start a Claude Code session — GDD launches automatically
See README for full documentation.
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
About GDD
All releases →Related context
Related tools
Earlier breaking changes
- v1.5.0 Changed the schema for user profiles to include new required fields.
Beta — feedback welcome: [email protected]