n8n-nodes-mem0-v0.1.3
a16z-infra/llm-app-stackn8n-nodes-mem0-v0.1.3Aug 5, 2026by kartik-mem0
AI Summary
Updated the @mem0/n8n-nodes-mem0 package license to MIT and implemented themed icons to pass n8n Creator Portal verification.
Key Highlights
- License changed from Apache-2.0 to MIT
- Themed icons added (light and dark variants) to clear warnings
Full Release Notes
**Changes:**
- **License changed to MIT:** The published `@mem0/n8n-nodes-mem0` package is now MIT (was Apache-2.0). n8n's Creator Portal requires verified community nodes to be MIT, and the failing license check was the blocker for verification. The rest of the mem0 repo stays Apache-2.0 ([#6804](https://github.com/mem0ai/mem0/pull/6804))
- **Themed icons:** The node and credential icons now declare `{ light, dark }` variants instead of a single icon, clearing the remaining `icon-prefer-themed-variants` warnings from the Creator Portal scan. No functional changes ([#6804](https://github.com/mem0ai/mem0/pull/6804))