Skip to content

Commit f3e22fa

Browse files
committed
chore(release): v0.4.1 - MCP Logging Protocol and Stability Improvements
1 parent c0c297f commit f3e22fa

File tree

3 files changed

+13
-1
lines changed

3 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [0.4.1] - 2026-01-14
6+
### ✨ Developer Experience & Observability
7+
- **MCP Logging Protocol**: Implemented standard `notifications/message` protocol support. Debug logs now appear directly in the IDE's "Model Context Protocol" output channel.
8+
- **Improved Stdio Handling**: Verified and strictly enforced JSON-RPC compliance on `stdout` to prevent IDE integration issues.
9+
- **Better Error Reporting**: Boot failures now include more descriptive context on `stderr`.
10+
511
## [0.4.0] - 2026-01-14
612
### 🚀 High Availability & Scalability
713
- **Failover Mechanism**: Implemented automatic Guest-to-Host promotion. If the Host process dies, a Guest detects usage of the port/lock and takes over immediately with data persistence.

docs/CHANGELOG_zh.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
本项目的所有重大变更都将记录在此文件中。
44

5+
## [0.4.1] - 2026-01-14
6+
### ✨ 开发者体验与可观测性 (Developer Experience & Observability)
7+
- **MCP Logging Protocol**: 实现了标准的 `notifications/message` 协议支持。调试日志现在直接显示在 IDE 的 "Model Context Protocol" 输出频道中。
8+
- **Improved Stdio Handling**: 严格验证并确保了 `stdout` 流的 JSON-RPC 合规性,防止 IDE 插件加载失败。
9+
- **Better Error Reporting**: 启动失败时会在 `stderr` 中提供更具描述性的上下文信息。
10+
511
## [0.4.0] - 2026-01-14
612
### 🚀 高可用与高扩展 (High Availability & Scalability)
713
- **Failover Mechanism**: 实现了自动的 Guest-to-Host 故障转移。如果 Host 进程意外退出,Guest 会检测到端口/锁释放并立即接管 Host 角色,同时保证数据持久性。

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@datafrog-io/n2n-nexus",
3-
"version": "0.4.0",
3+
"version": "0.4.1",
44
"description": "Modular MCP Server for multi-AI assistant coordination",
55
"main": "build/index.js",
66
"type": "module",

0 commit comments

Comments
 (0)