Skip to content

fix: add missing logger initialization in mcp main#388

Merged
TrueNine merged 1 commit intomainfrom
dev
May 3, 2026
Merged

fix: add missing logger initialization in mcp main#388
TrueNine merged 1 commit intomainfrom
dev

Conversation

@TrueNine
Copy link
Copy Markdown
Owner

@TrueNine TrueNine commented May 3, 2026

mcp/src/main.rs 的 main() 函数中使用了 logger 变量但未初始化,导致 macOS aarch64 目标编译失败。

修复:在 分支中添加 调用。

The logger variable was used but never created in main() scope,
causing compilation failure on macOS aarch64 target.
@TrueNine TrueNine merged commit 01076fe into main May 3, 2026
1 of 3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant