WebMobAI v1.1.0
WebMobAI v1.1.0 — Standalone Auto-Test
The Test button now works without Claude. One click runs a full automated audit.
New
- Standalone auto-test mode — click Test in the desktop app, a Chromium browser opens automatically and runs a full audit with no AI needed
- Auto-crawl — explores up to 3 internal links per test
- New brain logo — replaces the plain purple square icon
What Auto-Test Checks
- Page load success
- Broken images
- Console errors
- Accessibility audit (alt text, form labels, ARIA, landmarks, skip links)
- Core Web Vitals (LCP, FCP, CLS, TTI, TTFB)
- Responsive layout at mobile/tablet/desktop breakpoints
- Internal link exploration
- HTML test report generation
Fixed
- Shell plugin config error on app startup
- MCP server postinstall no longer hangs connection
Install
Desktop App (macOS Apple Silicon):
Download `WebMobAI_1.1.0_aarch64.dmg` below. Right-click → Open (first time) to bypass Gatekeeper.
MCP Server (any OS via npm):
```bash
npx webmobai-mcp@1.1.0
```
Add to Claude Desktop config:
```json
{
"mcpServers": {
"webmobai": {
"command": "npx",
"args": ["-y", "webmobai-mcp"]
}
}
}
```