Skip to content

v0.2.0 - MCP Server & Testing Suite

Choose a tag to compare

@RBKunnela RBKunnela released this 24 Jan 08:58
· 168 commits to main since this release

What's New

MCP Server Integration

  • New alma/mcp/ module exposes ALMA to Claude Code via MCP protocol
  • 7 MCP tools: alma_retrieve, alma_learn, alma_add_preference, alma_add_knowledge, alma_forget, alma_stats, alma_health
  • 2 MCP resources: alma://config, alma://agents
  • Supports both stdio mode (Claude Code) and HTTP mode (remote access)

Testing Suite

  • Comprehensive unit, integration, E2E, and performance tests
  • 56+ test cases covering all functionality

Installation

pip install alma-memory

Full Changelog: v0.1.0...v0.2.0