docs: note about auto-coaching in MCP integration

This commit is contained in:
Lukas Parsons 2026-03-23 00:25:25 -04:00
parent 5adfa7472b
commit 39d891e9ce

View file

@ -160,6 +160,8 @@ Available tools:
- `get_context`, `get_conventions`, `get_snippets` - `get_context`, `get_conventions`, `get_snippets`
- `get_memory`, `add_memory`, `create_skill` - `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 ## Migration from v1
If you were using the old semantic cache: If you were using the old semantic cache: