From 048a9b20d083a177a9bfd2eb4cf06e680311e4a9 Mon Sep 17 00:00:00 2001 From: Angie Jones Date: Mon, 17 Feb 2025 11:31:39 -0600 Subject: [PATCH] docs: updated formatting in Memory tutorial (#1263) --- documentation/docs/tutorials/memory-mcp.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/documentation/docs/tutorials/memory-mcp.md b/documentation/docs/tutorials/memory-mcp.md index 883554b34f..49a44abb57 100644 --- a/documentation/docs/tutorials/memory-mcp.md +++ b/documentation/docs/tutorials/memory-mcp.md @@ -8,7 +8,7 @@ import TabItem from '@theme/TabItem'; import YouTubeShortEmbed from '@site/src/components/YouTubeShortEmbed'; -The Memory extension turns Goose into a knowledgeable assistant by allowing you to teach it **personalized key information** (e.g. commands, code snippets, preferences and configurations) that it can recall and apply later. Whether it’s project-specific (local) or universal (global) knowledge, Goose learns and remembers what matters most to you. +The Memory extension turns Goose into a knowledgeable assistant by allowing you to teach it personalized key information (e.g. commands, code snippets, preferences and configurations) that it can recall and apply later. Whether it’s project-specific (local) or universal (global) knowledge, Goose learns and remembers what matters most to you. This tutorial covers enabling and using the Memory MCP Server, which is a built-in Goose extension. @@ -68,10 +68,12 @@ This tutorial covers enabling and using the Memory MCP Server, which is a built- ## Why Use Memory? -With the Memory extension, you’re not just storing static notes, you’re teaching Goose how to assist you better. Imagine telling Goose: +With the Memory extension, you’re not just storing static notes, you’re teaching Goose how to assist you better. Imagine telling Goose: -- **"Goose, learn everything about MCP servers and save it to memory."** -- Later, you can ask: **"Goose, utilizing our MCP server knowledge help me build an MCP server."** +> _learn everything about MCP servers and save it to memory._ + +Later, you can ask: +> _utilizing our MCP server knowledge help me build an MCP server._ Goose will recall everything you’ve saved as long as you instruct it to remember. This makes it easier to have consistent results when working with Goose.