From 39d891e9ceb1ede7567bfadffa67f24e41d71a91 Mon Sep 17 00:00:00 2001 From: Lukas Parsons Date: Mon, 23 Mar 2026 00:25:25 -0400 Subject: [PATCH] docs: note about auto-coaching in MCP integration --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index c44e536..287285c 100644 --- a/README.md +++ b/README.md @@ -160,6 +160,8 @@ Available tools: - `get_context`, `get_conventions`, `get_snippets` - `get_memory`, `add_memory`, `create_skill` +**Auto-coaching**: The MCP server sends instructions to the AI on connection, teaching it how and when to use these tools to learn and improve over time. This means the AI will proactively call `get_context()`, `add_memory()`, and `create_skill()` without you needing to explicitly tell it each time. + ## Migration from v1 If you were using the old semantic cache: