From 21c75528a8f10ff11f8c0dd690359a4084ca122d Mon Sep 17 00:00:00 2001 From: Egor Date: Thu, 20 Aug 2026 17:27:59 -0300 Subject: [PATCH] docs: add changelog fragment for #10887 Co-authored-by: diegosouzapw <8016841+diegosouzapw@users.noreply.github.com> --- changelog.d/fixes/10887-memory-mcp-tools.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog.d/fixes/10887-memory-mcp-tools.md diff --git a/changelog.d/fixes/10887-memory-mcp-tools.md b/changelog.d/fixes/10887-memory-mcp-tools.md new file mode 100644 index 0000000000..8dc02db1d9 --- /dev/null +++ b/changelog.d/fixes/10887-memory-mcp-tools.md @@ -0,0 +1 @@ +- **fix(memory):** enable agent memory save/update via MCP tools (`memory_save`/`update`/`search`/`delete` builtins with per-provider schemas, `apiKeyId` optional with caller-principal fallback) and gate server-side memory builtin injection to non-stream requests only ([#10887](https://github.com/diegosouzapw/OmniRoute/pull/10887)) — thanks @Egorich-print