Skip to content
This repository was archived by the owner on Jul 14, 2025. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 27 additions & 0 deletions latest-releases.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,33 @@ description: "Basic Memory is updated frequently, below are notable recent chang

View the latest changes to Basic Memory on [GitHub](https://github.com/basicmachines-co/basic-memory/releases)

---
## [v0.14.1](https://github.com/basicmachines-co/basic-memory/releases/tag/v0.14.1) — 2025-07-02

### Bug Fixes

- **#203**: Pin FastMCP to prevent v2.10.0 breaking change
([`3a2e8c3`](https://github.com/basicmachines-co/basic-memory/pull/203))
- FastMCP v2.10.0 introduced decorative ASCII box drawing characters in stdout output
- This breaks JSON-based MCP protocol communication, preventing MCP servers from functioning
- Constrained dependency to `fastmcp<2.10.0` until upstream issue is resolved
- Critical fix: without this, Basic Memory MCP server fails to start with Claude Desktop and other MCP clients

- **#190**: Fix MCP integration issues
([`bd4f551`](https://github.com/basicmachines-co/basic-memory/commit/bd4f551))
- Fixed problems with Model Context Protocol integration that affected tool functionality
- Ensures stable communication between Basic Memory and AI tools like MCP Hub

- **#200**: Add Cursor IDE support
([`5360005`](https://github.com/basicmachines-co/basic-memory/commit/5360005))
- Added an "Add to Cursor" button for easier integration with Cursor IDE
- Provides developers with seamless setup for their preferred AI-powered development environment

### Documentation

- Updated README.md with clearer installation instructions and troubleshooting guides
([`39f811f`](https://github.com/basicmachines-co/basic-memory/commit/39f811f))

---
## [v0.14.0](https://github.com/basicmachines-co/basic-memory/releases/tag/v0.14.0) — 2025-06-26

Expand Down