We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db60942 commit 21334ccCopy full SHA for 21334cc
CHANGELOG.md
@@ -2,6 +2,19 @@
2
3
## Unreleased
4
5
+## v0.20.1 (2026-03-10)
6
+
7
+### Bug Fixes
8
9
+- **#661**: Fix `bm project list` MCP column to show transport type (stdio/https) instead of DB presence
10
+ - Renamed "MCP (stdio)" column to "MCP"
11
+ - Shows actual routing mode: `stdio` for local, `https` for cloud projects
12
+ - Clears local path display for cloud-mode projects
13
+- **#662**: Invalidate config cache when file is modified by another process
14
+ - Adds mtime-based cache validation to `ConfigManager.load_config()`
15
+ - Long-lived processes (MCP stdio server) now detect external config changes
16
+ - Fixes `bm project set-cloud` having no effect on running MCP server
17
18
## v0.20.0 (2026-03-10)
19
20
### Features
0 commit comments