Rahil Pirani

v1.7 is live: OAuth protection + importance-aware merging

Until now your MCP endpoint was protected by URL obscurity. The random Worker URL generated at setup made it hard to guess. That worked, but it was not real security. @phillipadsmith pointed this out and shipped a PR to fix it. v1.7 adds proper OAuth so the endpoint is explicitly protected, not just obscure.

Merging also got smarter. When two memories overlap, v1.7 now weighs importance, so high-signal context does not get flattened into a near-duplicate. This one came directly from feedback by @anand_thakkar1 during the launch.

Self-hosted on your own Cloudflare account. Redeploy to pick up both changes.

15 views

Add a comment

Replies

Best
Bhawna Rajput
Importance-aware merging is a smart fix — was worried about context loss. Thanks for shipping this fast! ⏩The OAuth PR was a solid catch by @phillipadsmith. Redeploying now🚀
Rahil Pirani
@bhawna_rajput Exactly the problem it was meant to fix. Let me know if you notice anything off after redeploying.