This release includes 1 security fix for security teams reviewing exposed deployments.
Summary
AI summaryFixed Azure tables interaction bugs, ensured delete persistence, removed over-abstractions, prevented sensitive log output.
Full changelog
What's Changed
- fix: repaired azure tables interactions and MCP tool registration
- refactor: remove over-abstractions and fix delete function persistence
- Remove single-use graph manipulation functions to reduce code complexity
- Inline createEntitiesInGraph, deleteEntityFromGraph, addObservationToEntity, updateEntityInGraph, searchEntitiesInGraph
- Inline createRelationsInGraph, searchRelationsInGraph, searchRelationsByUserInGraph
- Inline generateGraphStats, generateUserStats functions
- Keep valuable abstractions: executeWithErrorHandling, executeGraphOperation, complex algorithms
- Fix deleteEntity function to properly persist deletions to Azure Storage
- Add executeGraphOperationWithReplacement utility for operations requiring deletions
- Ensure entities and relations are actually removed from storage, not just from in-memory graph
- Improve code maintainability by reducing unnecessary indirection layers
- All MCP memory functions now working correctly with Azure Storage authentication
- Remove single-use graph manipulation functions to reduce code complexity
- fix: prevent logging of sensitive information during storage service initialization
- refactor: update MCP tools to use object parameters instead of JSON strings for improved type safety and beta SDK compatability
Full Changelog: https://github.com/MWGMorningwood/Central-Memory-MCP/compare/0.0.0...0.1.0
Security Fixes
- Prevent logging of sensitive information during storage service initialization
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
About MWGMorningwood/Central-Memory-MCP
An Azure PaaS-hostable MCP server that provides a workspace-grounded knowledge graph for multiple developers using Azure Functions MCP triggers and Table storage.
Related context
Beta — feedback welcome: [email protected]