From 7ca7bfb132895b7829bc809c16730752ebf47944 Mon Sep 17 00:00:00 2001 From: Andrew Brookins Date: Thu, 4 Sep 2025 23:27:23 -0700 Subject: [PATCH] Correct memory patterns URL --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3f6836e..6e016dd 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ results = await client.search_long_term_memory( ) ``` -> **Note**: While you can call client functions directly as shown above, using **MCP or SDK-provided tool calls** is recommended for AI agents as it provides better integration, automatic context management, and follows AI-native patterns. See **[Memory Patterns](https://redis.github.io/agent-memory-server/memory-patterns/)** for guidance on when to use each approach. +> **Note**: While you can call client functions directly as shown above, using **MCP or SDK-provided tool calls** is recommended for AI agents as it provides better integration, automatic context management, and follows AI-native patterns. See **[Memory Integration Patterns](https://redis.github.io/agent-memory-server/memory-patterns/)** for guidance on when to use each approach. ### 3. MCP Integration