diff --git a/documentation/blog/2025-05-22-manage-local-host-conflicts-with-goose/index.md b/documentation/blog/2025-05-22-manage-local-host-conflicts-with-goose/index.md index 845b5096..5fdf3091 100644 --- a/documentation/blog/2025-05-22-manage-local-host-conflicts-with-goose/index.md +++ b/documentation/blog/2025-05-22-manage-local-host-conflicts-with-goose/index.md @@ -15,6 +15,8 @@ I'm perpetually drowning in open tabs. Yes, I do need Bluesky, ChatGPT, Claude, > "Hi, my name is Rizel, and I'm a localhost ports hoarder. ๐Ÿ‘‹๐Ÿฟ" + + It always starts innocently with me running one project that uses localhost:3000. Then a teammate pings me to review their PR. Their project also runs on localhost:3000. Fortunately, modern frameworks are smart enough to automatically bump to ports 3001 or 3002\. Before I know it, 3003, 3004, and 3005 are running too, and my laptop sounds like itโ€™s about to take off as it crawls under the weight of too many processes. ## Traditional Ports Management diff --git a/documentation/docs/tutorials/playwright-mcp.md b/documentation/docs/tutorials/playwright-mcp.md index cca901f9..5d5313b1 100644 --- a/documentation/docs/tutorials/playwright-mcp.md +++ b/documentation/docs/tutorials/playwright-mcp.md @@ -7,6 +7,8 @@ import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; import YouTubeShortEmbed from '@site/src/components/YouTubeShortEmbed'; + + This tutorial covers how to add the Playwright MCP Server as a Goose extension, to enable cross-browser testing and web automation across Chromium and Webkit. :::tip TLDR