From e741615de3ec3a9a0d6a10893974235e18cbd1b7 Mon Sep 17 00:00:00 2001 From: Ebony Louis Date: Tue, 5 Aug 2025 16:37:20 -0400 Subject: [PATCH] add youtube link to dev.to tutorial --- documentation/docs/mcp/dev.to-mcp.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/docs/mcp/dev.to-mcp.md b/documentation/docs/mcp/dev.to-mcp.md index 1616a55fdf69..6fc7138e89ee 100644 --- a/documentation/docs/mcp/dev.to-mcp.md +++ b/documentation/docs/mcp/dev.to-mcp.md @@ -10,7 +10,7 @@ import CLIExtensionInstructions from '@site/src/components/CLIExtensionInstructi import GooseDesktopInstaller from '@site/src/components/GooseDesktopInstaller'; import { PanelLeft } from 'lucide-react'; - + This tutorial covers how to add the [Dev.to MCP Server](https://github.com/nickytonline/dev-to-mcp) as a Goose extension to enable access to the Dev.to public API. With this extension, Goose can fetch articles, tags, user info, comments, and more—without requiring authentication.