File tree Expand file tree Collapse file tree 3 files changed +23
-2
lines changed
Expand file tree Collapse file tree 3 files changed +23
-2
lines changed Original file line number Diff line number Diff line change 11# CHANGELOG
22
33
4+ ## v0.2.1 (2026-02-28)
5+
6+ ### Bug Fixes
7+
8+ - Update hooks to nested format for Claude Code schema compatibility
9+ ([ ` 2f86dee ` ] ( https://github.com/elvismdev/mem0-mcp-selfhosted/commit/2f86dee99c3fa73220270b721c1621881beea655 ) )
10+
11+ Migrate hook installer from the deprecated flat format to the current nested schema (matcher group
12+ -> hooks array -> handler objects). Add legacy format detection and auto-migration so existing
13+ users upgrading do not end up with duplicate or broken entries.
14+
15+ ### Documentation
16+
17+ - Clarify hooks and CLAUDE.md as complementary layers
18+ ([ ` 94f29dc ` ] ( https://github.com/elvismdev/mem0-mcp-selfhosted/commit/94f29dca52582ee18ce9ae256fc06d8cf1adab30 ) )
19+
20+ Update README to explain that hooks (automated memory at session boundaries) and CLAUDE.md
21+ (behavioral instructions for mid-session engagement) work best together rather than as
22+ alternatives.
23+
24+
425## v0.2.0 (2026-02-28)
526
627### Features
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44
55[project ]
66name = " mem0-mcp-selfhosted"
7- version = " 0.2.0 "
7+ version = " 0.2.1 "
88description = " Self-hosted mem0 MCP server for Claude Code"
99license = " MIT"
1010requires-python = " >=3.10"
Original file line number Diff line number Diff line change 77# events to PostHog when enabled. Must be set before `import mem0`.
88os .environ ["MEM0_TELEMETRY" ] = "false"
99
10- __version__ = "0.2.0 "
10+ __version__ = "0.2.1 "
1111
1212
1313def main ():
You can’t perform that action at this time.
0 commit comments