From 747b959c77216b695e1d52a4ff5b52b977b1d6ed Mon Sep 17 00:00:00 2001 From: Ebony Louis <55366651+EbonyLouis@users.noreply.github.com> Date: Tue, 5 Aug 2025 16:54:58 -0400 Subject: [PATCH] docs: Add Youtube Link to dev.to tutorial (#3869) --- 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 1616a55f..6fc7138e 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.