Skip to content

v1.15.8

Choose a tag to compare

@github-actions github-actions released this 05 May 05:54
· 69 commits to main since this release

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