Skip to content

Commit c78154c

Browse files
committed
added info on latest releases
1 parent 77c0ca3 commit c78154c

File tree

2 files changed

+40
-2
lines changed

2 files changed

+40
-2
lines changed

src/pages/getting-started.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Basic Memory works through the Model Context Protocol (MCP) to connect with AI a
1414

1515
You can install Basic Memory using `uv`, an extremely fast Python package and project manager, written in Rust.
1616

17-
You can install `uv` from [astral's website](https://docs.astral.sh/uv/getting-started/installation/). After installing `uv` you can install Basic Memory with the command:
17+
You can install `uv` from [astral's website ↗️](https://docs.astral.sh/uv/getting-started/installation/). After installing `uv` you can install Basic Memory with the command:
1818

1919
```bash
2020
uv tool install basic-memory

src/pages/latest-releases.mdx

Lines changed: 39 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,44 @@ description: 'Basic Memory is updated frequently, below are notable recent chang
77
import { Card, CardGroup, Info, Warning, Note, Tip, Accordion, AccordionItem, Steps, Step } from '@/components'
88

99
View the latest changes to Basic Memory on [GitHub](https://github.com/basicmachines-co/basic-memory/releases)
10+
---
11+
## [v0.14.2](https://github.com/basicmachines-co/basic-memory/releases/tag/v0.14.2) — 2025-07-03
12+
13+
- **#211**: Fix deprecation warnings in output
14+
([`e738037`](https://github.com/basicmachines-co/basic-memory/pull/211))
15+
- Replace deprecated datetime.utcnow() with timezone-aware alternatives and suppress SQLAlchemy warnings
16+
17+
- **#212**: MCP Error with MCP-Hub:
18+
([`518d57c`](https://github.com/basicmachines-co/basic-memory/pull/212))
19+
- The MCP Tools spec calls for accepting empty parameter objects, which these two tools did not
20+
- Verified by testing the container locally
21+
22+
---
23+
## [v0.14.1](https://github.com/basicmachines-co/basic-memory/releases/tag/v0.14.1) — 2025-07-02
24+
25+
### Bug Fixes
26+
27+
- **#203**: Pin FastMCP to prevent v2.10.0 breaking change
28+
([`3a2e8c3`](https://github.com/basicmachines-co/basic-memory/pull/203))
29+
- FastMCP v2.10.0 introduced decorative ASCII box drawing characters in stdout output
30+
- This breaks JSON-based MCP protocol communication, preventing MCP servers from functioning
31+
- Constrained dependency to `fastmcp<2.10.0` until upstream issue is resolved
32+
- Critical fix: without this, Basic Memory MCP server fails to start with Claude Desktop and other MCP clients
33+
34+
- **#190**: Fix MCP integration issues
35+
([`bd4f551`](https://github.com/basicmachines-co/basic-memory/commit/bd4f551))
36+
- Fixed problems with Model Context Protocol integration that affected tool functionality
37+
- Ensures stable communication between Basic Memory and AI tools like MCP Hub
38+
39+
- **#200**: Add Cursor IDE support
40+
([`5360005`](https://github.com/basicmachines-co/basic-memory/commit/5360005))
41+
- Added an "Add to Cursor" button for easier integration with Cursor IDE
42+
- Provides developers with seamless setup for their preferred AI-powered development environment
43+
44+
### Documentation
45+
46+
- Updated README.md with clearer installation instructions and troubleshooting guides
47+
([`39f811f`](https://github.com/basicmachines-co/basic-memory/commit/39f811f))
1048

1149
---
1250
## [v0.14.0](https://github.com/basicmachines-co/basic-memory/releases/tag/v0.14.0) — 2025-06-26
@@ -235,4 +273,4 @@ NOTE: This version is the same package as v0.13.6. The version bump is to test t
235273
- Improved project switching reliability across different case variations
236274
- Removed redundant server status messages from CLI error outputs
237275

238-
[Full Changelog](https://github.com/basicmachines-co/basic-memory/compare/v0.13.0...v0.13.1)
276+
[Full Changelog](https://github.com/basicmachines-co/basic-memory/compare/v0.13.0...v0.13.1)

0 commit comments

Comments
 (0)