mirror of
https://github.com/EKKOLearnAI/hermes-web-ui.git
synced 2026-07-21 07:50:16 +00:00
d2c506c1b0
在 Windows 桌面版中,hermes-studio-mcp 命令可能不在 PATH 中, 导致 MCP 服务器启动时报 [WinError 2] 系统找不到指定的文件。 修改 managedCommandConfig() 优先使用 bundled script 绝对路径 (process.execPath + 脚本路径),仅在 bundled script 不存在时才 回退到裸命令名。 Closes #N/A Co-authored-by: x1051445024 <你的GitHub注册邮箱>