coding-tool-x 3.5.3 → 3.5.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -4,6 +4,13 @@
4
4
 
5
5
  该项目遵循 [Semantic Versioning](https://semver.org/)。
6
6
 
7
+ ## [3.5.4] - 2026-03-23
8
+
9
+ ### Fixed
10
+ - **`ctx stop` 全实例停机修复** - 停止服务时现在会同时清理 PM2 记录和所有受管端口上的残留实例,即使服务是手动启动的、或 PM2 中只剩 `stopped` 记录,也会尽量一并停掉
11
+ - **MCP HTTP 通知空响应兼容性修复** - 修复测试 MCP 时 `notifications/initialized` 在服务端返回 `202 + 空 body` 后被错误当作非法 JSON 解析的问题,避免出现 `Notification send failed: Invalid JSON response: Unexpected end of JSON input`
12
+ - **MCP HTTP 会话头续传** - 初始化后保存并续传 `Mcp-Session-Id` 与协商协议版本,提升对 Streamable HTTP MCP 服务端的兼容性
13
+
7
14
  ## [3.5.3] - 2026-03-23
8
15
 
9
16
  ### Fixed