docs: updated formatting in Memory tutorial (#1263)

This commit is contained in:
Angie Jones
2025-02-17 11:31:39 -06:00
committed by GitHub
parent bc2229889d
commit 048a9b20d0

View File

@@ -8,7 +8,7 @@ import TabItem from '@theme/TabItem';
import YouTubeShortEmbed from '@site/src/components/YouTubeShortEmbed'; 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 its 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 its 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. This tutorial covers enabling and using the Memory MCP Server, which is a built-in Goose extension.
@@ -70,8 +70,10 @@ This tutorial covers enabling and using the Memory MCP Server, which is a built-
## Why Use Memory? ## Why Use Memory?
With the Memory extension, youre not just storing static notes, youre teaching Goose how to assist you better. Imagine telling Goose: With the Memory extension, youre not just storing static notes, youre teaching Goose how to assist you better. Imagine telling Goose:
- **"Goose, learn everything about MCP servers and save it to memory."** > _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."**
Later, you can ask:
> _utilizing our MCP server knowledge help me build an MCP server._
Goose will recall everything youve saved as long as you instruct it to remember. This makes it easier to have consistent results when working with Goose. Goose will recall everything youve saved as long as you instruct it to remember. This makes it easier to have consistent results when working with Goose.