github Gentleman-Programming/engram v1.15.8

latest releases: v1.20.0, v1.19.0, pi-v0.1.10...
3 months ago

Summary

  • Fixed MCP-mode cloud autosync so engram mcp now starts the same opt-in autosync manager as engram 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

Don't miss a new engram release

NewReleases is sending notifications on new releases.