v0.27.0 -> v0.27.1
Summary
Fixes the MCP file-watcher goroutine to respect context cancellation, aligning its lifecycle with the rest of the stdio server.
翻譯
修正 MCP 檔案監控 goroutine 未跟隨 context 取消的問題,使其生命週期與 stdio server 其餘部分一致。Changes
FIX
- Stop MCP watcher on context cancellation and clean up docs (@pardnchiu) [21d0fec]
翻譯
- 修正 MCP watcher 於 context 取消時停止,並清理文件
Scope
internal/runtime/mcpserver/— FIX (watch.go,server.go)doc/README.zh.md— DOC
Generated by SKILL