@steve_prodesktop-command mcp 在 codex 找不到可用工具 中发帖

help, 前几天的codex 都能正常用 desktop-command的, 突然就不知道为啥找不到可用的工具了, 要命了, 不管怎么配置都不行, 可以的话分享一个可用配置也好呀 
[image]
下面是我的配置
model_provider = "OpenAI"
model = "gpt-5.4"
# /review 功能(代码审查)使用的模型。默认:"gpt-5.2-codex"。
# 可设置为不同的模型以优化代码审查效果
review_model = "gpt-5.3-codex"
model_reasoning_effort = "high"
plan_mode_reasoning_effort = "xhigh"
model_reasoning_summary = "detailed"
model_verbosity = "high"
# 每个工具输出存储的最大 toke...