v0.5.1 Release Notes
v0.5.0 -> v0.5.1
Summary
Remote MCP access over HTTP becomes an explicit opt-in, so the daemon exposes the protocol endpoint only when asked. Project documentation is realigned with the current retrieval and transport behavior.
翻譯
透過 HTTP 的遠端 MCP 存取改為明確啟用,daemon 僅在要求時才開放協定端點。專案文件同步對齊目前的檢索與傳輸行為。
Changes
FEAT
- Add
kura remote enable|disableto gate the HTTP/mcpendpoint throughconfig.jsonremote; the route is now unmounted by default, so existing HTTP MCP clients must runkura remote enableafter upgrading (@pardnchiu) [73c885d]
翻譯
- 新增
kura remote enable|disable,以config.json的remote��制 HTTP/mcp端點;此 route 預設不再掛載,既有 HTTP MCP client 升級後需執行kura remote enable
FIX
- Report the current release as the MCP server version instead of the stale
0.3.1(@pardnchiu) [73c885d]
翻譯
- 修正 MCP server 回報的版本仍為過時的
0.3.1,改為目前版本
DOC
- Sync README, architecture, and technical docs with MCP transports, remote gating, and search behavior (@pardnchiu) [31cf141]
翻譯
- 同步 README、架構與技術文件至 MCP transport、遠端開關與搜尋行為
CHORE
- Drop stale ignore rules for the retired
worker/directory (@pardnchiu) [73c885d]
翻譯
- 移除已退役
worker/目錄殘留的 ignore 規則
Scope
cmd/app/— FEAT (commands.go,http.go,main.go)internal/api/— FEAT (router.go)internal/config/— FEAT (config.go)internal/mcp/— FIX (mcp.go)README.md,doc/— DOC.gitignore— CHORE
Generated by SKILL