From 01eeb08f509fe3d9cf18057705f7f236ca55de5e Mon Sep 17 00:00:00 2001 From: Angie Jones Date: Wed, 12 Feb 2025 12:30:02 -0600 Subject: [PATCH] docs: add google drive video (#1206) --- documentation/docs/tutorials/google-drive-mcp.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/documentation/docs/tutorials/google-drive-mcp.md b/documentation/docs/tutorials/google-drive-mcp.md index 555e7dc790..aab213c56e 100644 --- a/documentation/docs/tutorials/google-drive-mcp.md +++ b/documentation/docs/tutorials/google-drive-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 [Google Drive MCP Server](https://github.com/modelcontextprotocol/servers/tree/main/src/gdrive) as a Goose extension, allowing you to list, read, and search files in Google Drive. :::tip TLDR