From 5049de7e2deff437226cdba9e3ec903e67e4d38c Mon Sep 17 00:00:00 2001 From: phernandez Date: Wed, 11 Jun 2025 22:01:10 -0500 Subject: [PATCH] docs: add changelog entry for v0.13.5 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Renamed create_project to create_memory_project for namespace isolation 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 94d3f7ec..ddb22f3d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # CHANGELOG +## v0.13.5 (2025-06-11) + +### Bug Fixes + +- **MCP Tools**: Renamed `create_project` tool to `create_memory_project` for namespace isolation +- **Namespace**: Continued namespace isolation effort to prevent conflicts with other MCP servers + +### Changes + +- Tool functionality remains identical - only the name changed from `create_project` to `create_memory_project` +- All integration tests updated to use the new tool name +- Completes namespace isolation for project management tools alongside `list_memory_projects` + ## v0.13.4 (2025-06-11) ### Bug Fixes