Releases: MWG-Logan/Central-Memory-MCP
Releases · MWG-Logan/Central-Memory-MCP
v0.5.2
What's Changed
- Bump Azure.Identity from 1.17.0 to 1.17.1 by @dependabot[bot] in #41
- Bump Microsoft.Azure.Functions.Worker and Microsoft.Azure.Functions.Worker.Extensions.Mcp by @dependabot[bot] in #43
- Remove duplicated service code by @MWG-Logan in #45
- Fixes function app build error
- Bump Microsoft.Azure.Functions.Worker.Sdk from 2.0.6 to 2.0.7 by @dependabot[bot] in #44
- Dev to Prod (0.5.2) by @MWG-Logan in #46
Full Changelog: 0.5.1...0.5.2
v0.5.1
What's Changed
- Workflow dispatch by @MWG-Logan in #35
- Workflow dispatch (#35) by @MWG-Logan in #36
- Change package-ecosystem from npm to nuget by @MWG-Logan in #37
- Mcp/Storage fixes by @MWG-Logan in #38
- Update version to 0.5.1 by @MWG-Logan in #40
- Dev to Prod (v0.5.1) by @MWG-Logan in #39
Full Changelog: 0.5.0...0.5.1
v0.5.0 - .NET10 Refactor
What's Changed
- chore(deps-dev): Bump @types/node from 24.0.13 to 24.1.0 by @dependabot[bot] in #3
- chore(deps): Bump @azure/identity from 4.10.2 to 4.11.1 by @dependabot[bot] in #9
- chore(deps-dev): Bump typescript from 5.8.3 to 5.9.2 by @dependabot[bot] in #5
- chore(deps-dev): Bump @types/node from 24.1.0 to 24.3.0 by @dependabot[bot] in #8
- Add comprehensive GitHub Copilot instructions for Central Memory MCP Server by @Copilot in #12
- Improve MCP tool usability for LLMs with auto-creation and workflow guidance by @Copilot in #10
- chore(deps-dev): Bump @types/node from 24.3.0 to 24.5.2 by @dependabot[bot] in #18
- chore(deps): Bump @azure/functions from 4.7.3-beta.0 to 4.8.0 by @dependabot[bot] in #16
- MCP Trust Score by @Matvey-Kuk in #7
- chore(deps): Bump @azure/identity from 4.11.1 to 4.12.0 by @dependabot[bot] in #17
- rebase by @MWG-Logan in #19
- dev refresh by @MWG-Logan in #20
- Dev by @MWG-Logan in #13
- Migrate project from TypeScript to .NET by @MWG-Logan in #29
- resync by @MWG-Logan in #30
- Migrate docs to .NET 10 Azure Functions implementation by @MWG-Logan in #32
- Docs index by @MWG-Logan in #33
- Migrate MCP Server to .NET and add CI workflows by @MWG-Logan in #34
- Dev by @MWG-Logan in #31
New Contributors
- @Copilot made their first contribution in #12
- @Matvey-Kuk made their first contribution in #7
- @MWG-Logan made their first contribution in #19
Full Changelog: 0.1.0...0.5.0
v0.1.0
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: 0.0.0...0.1.0