-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Add YouTube short to Chrome DevTools MCP tutorial #6244
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add YouTube short to Chrome DevTools MCP tutorial #6244
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR adds two pieces of documentation content: a YouTube short demo video to the Chrome DevTools MCP tutorial and a new blog post explaining how Code Mode works with MCP.
Key Changes:
- Added
YouTubeShortEmbedcomponent to the Chrome DevTools MCP tutorial with a demo video - Published a new blog post clarifying that Code Mode doesn't replace MCP but enhances it by reducing context window bloat
Reviewed changes
Copilot reviewed 2 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| documentation/docs/mcp/chrome-devtools-mcp.md | Imports and embeds a YouTube short demo video at the top of the tutorial, following the established pattern used in other MCP extension tutorials |
| documentation/blog/2025-12-22-code-mode-doesnt-replace-mcp/index.md | New blog post explaining Code Mode's relationship with MCP, including practical comparisons, use cases, and goose's implementation approach |
Comments suppressed due to low confidence (1)
documentation/blog/2025-12-22-code-mode-doesnt-replace-mcp/index.md:111
- The URL date (2025/12/21) doesn't match the file's folder date (2025-12-22). Based on the pattern in other blog posts, these dates should be consistent.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
Copilot reviewed 2 out of 3 changed files in this pull request and generated no new comments.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
Copilot reviewed 2 out of 4 changed files in this pull request and generated no new comments.
9e96666 to
eb466d5
Compare
eb466d5 to
6a8bc3c
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
Copilot reviewed 1 out of 1 changed files in this pull request and generated no new comments.
* main: (155 commits) remove Tool Selection Strategy preview (#6250) fix(cli): correct bash syntax in terminal integration functions (#6181) fix : opening a session to view it modifies session history order in desktop (#6156) test: fix recipe and audio tests to avoid side effects (#6231) chore: Update gemini versions in test_providers.sh (#6246) feat: option to stream json - jsonl really (#6228) feat: add mcp app renderer (#6095) docs: update skills extension to support .agents/skills directories (#6199) Add YouTube short to Chrome DevTools MCP tutorial (#6244) docs: Caveats for privacy information in logs documentation (#6218) move goose issue solver to opus (#6233) feat: improved UX for tool calls via execute_code (#6205) Blog: Code Mode Doesn't Replace MCP (#6227) fix: prevent keychain requests during cargo test (#6219) test: fix test_max_turns_limit slow execution and wrong message type (#6221) Skills vs MCP blog (#6220) Add blog post: Does Your AI Agent Need a Plan? (#6209) fix(ui): enable MCP UI to send a prompt message when an element is clicked (#6207) docs: param option for recipe deeplink/open (#6206) docs: edit in place or fork session (#6203) ...
Summary
Adds a YouTube short demo video to the Chrome DevTools MCP Server tutorial, following the same pattern used in other tutorials like the PDF Reader extension.
Changes
YouTubeShortEmbedcomponent tochrome-devtools-mcp.mdPreview
The tutorial will now display a collapsible "🎥 Plug & Play - Watch the demo" section at the top of the page, consistent with other MCP extension tutorials.