From 6a8bc3c978fa912569232a05a655db54ec05be93 Mon Sep 17 00:00:00 2001 From: Rizel Scarlett Date: Mon, 22 Dec 2025 15:54:51 -0500 Subject: [PATCH] Add YouTube short to Chrome DevTools MCP tutorial --- documentation/docs/mcp/chrome-devtools-mcp.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/documentation/docs/mcp/chrome-devtools-mcp.md b/documentation/docs/mcp/chrome-devtools-mcp.md index b614939292dd..9849db7cd7ba 100644 --- a/documentation/docs/mcp/chrome-devtools-mcp.md +++ b/documentation/docs/mcp/chrome-devtools-mcp.md @@ -5,9 +5,12 @@ description: Add Chrome DevTools MCP Server as a goose Extension import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; +import YouTubeShortEmbed from '@site/src/components/YouTubeShortEmbed'; import GooseDesktopInstaller from '@site/src/components/GooseDesktopInstaller'; import CLIExtensionInstructions from '@site/src/components/CLIExtensionInstructions'; + + This tutorial covers how to add the Chrome DevTools MCP Server as a goose extension to enable browser automation, web performance testing, and interactive web application debugging in a Chrome browser. :::tip TLDR @@ -109,4 +112,4 @@ The `performance_glitch_user` account demonstrates **intentional performance deg - Visual feedback delays This makes it an excellent test account for performance testing scenarios, as it simulates real-world performance issues that users might experience with slow devices or poor network conditions, while maintaining functional correctness. -``` \ No newline at end of file +```