v1.15.8
Summary
- Fixed MCP-mode cloud autosync so
engram mcpnow starts the same opt-in autosync manager asengram serve. - Added regression coverage for manager lifecycle, write-triggered push, and automatic poll-ticker pull during MCP serving.
- Updated docs to show MCP autosync usage and lifecycle behavior.
Details
engram mcp now honors ENGRAM_CLOUD_AUTOSYNC=1 with ENGRAM_CLOUD_TOKEN and ENGRAM_CLOUD_SERVER. Autosync stays non-fatal when cloud config is missing or invalid, and it stops cleanly when the stdio MCP process exits.
Validation
go test ./...go test -cover ./...- Targeted MCP autosync tests for startup/shutdown, write-triggered push, and poll-ticker pull