Skip to content

This release adds 2 notable features for engineering teams evaluating rollout.

Published 3mo MCP Data & Storage
✓ No known CVEs patched
Read the diff → Tool health → What is this tool? →

✓ No known CVEs patched in this version

Summary

AI summary

Added inheritance, implementation, and mixin relationship tracking for all supported languages.

Full changelog

🚀 What's New

Extends / Implements / With Relations

Previously get_related_symbols only tracked calls and imports. Now it also captures inheritance and implementation relationships across all 7 supported languages:

| Language | extends | implements | with/mixin |
|----------|:-------:|:----------:|:----------:|
| Dart | ✅ | ✅ | ✅ |
| Java | ✅ | ✅ | — |
| TypeScript | ✅ | ✅ | — |
| JavaScript | ✅ | — | — |
| Python | ✅ | — | — |
| Rust | — | ✅ (impl trait) | — |
| Go | — | — | — |

All Tree-sitter patterns verified against node-types.json grammars.

Bug Fixes

  • Fix serde RELATE conflictfrom_symbol/to_symbol no longer overwrite SurrealDB's auto-generated in/out fields during RELATE commands (skip_serializing added)

Tests

  • New test_dart_extends_implements — verifies extends, implements, and mixin patterns
  • 73 tests passing

Weekly OSS security release digest.

The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.

No spam, unsubscribe anytime.

Share this release

Track pomazanbohdan/memory-mcp-1file

Get notified when new releases ship.

Sign up free

About pomazanbohdan/memory-mcp-1file

A self-contained Memory server with single-binary architecture (embedded DB & models, no dependencies). Provides persistent semantic and graph-based memory for AI agents.

All releases →

Beta — feedback welcome: [email protected]