From 0eaf771c57c1a65456b512c2958addb5ca34cb69 Mon Sep 17 00:00:00 2001 From: "Tommy D. Rossi" Date: Thu, 5 Feb 2026 15:48:17 +0100 Subject: [PATCH] docs: refine Framer MCP palette verification --- docs/framer-iframe-snapshot-guide.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/framer-iframe-snapshot-guide.md b/docs/framer-iframe-snapshot-guide.md index 0b15cb2..ff33566 100644 --- a/docs/framer-iframe-snapshot-guide.md +++ b/docs/framer-iframe-snapshot-guide.md @@ -23,9 +23,9 @@ prompt: | - Press Command+K to open the command palette. -- Verify the palette is open (search for the palette input in the snapshot output): +- Verify the palette is open (look for the command dialog and MCP entry in the snapshot output): ```bash -playwriter -s 1 -e "console.log(await accessibilitySnapshot({ page, search: /Command palette|Search commands|Type a command/ }));" +playwriter -s 1 -e "console.log(await accessibilitySnapshot({ page, search: /dialog|Search…|MCP/ }));" ``` - Search for **MCP**, press Enter, then wait about 1 second for the plugin iframe to appear.