Browser Automation with Playwright MCP (Metabase) A Playwright MCP server is configured in . Load the tool schemas first with : If ToolSearch says "MCP servers still connecting," wait a few seconds and retry — the server takes a moment to start on first use. Core pattern: Snapshot → Act → Check 1. — see what's on screen, get element refs 2. Act — , , , etc. using refs from the snapshot 3. Check the inline response — every action returns a snapshot in its response. Read it. When to take a separate after acting: - The inline response snapshot looks wrong, empty, or unchanged — take a fresh one…