用户: Terminal#95-140 (错误信息显示 Everything SDK DLL 找不到)PS D:\code\ai\obscura python -m mcp_server_everything_search Failed to load Everything SDK DLL: Could not find module D:\dev\tools\Everything-SDK\dll\Everything64.dll我: DLL 实际在D:\install\apply\Everything-SDK\dll\Everything64.dll但代码在找D:\dev\tools\Everything-SDK\dll\Everything64.dll。路径是通过免费云服务器的环境变量EVERYTHING_SDK_PATH配置的。用户:D:\install\apply\Everything-SDK\dll\Everything64.dll应当在这里怎么解决我: 设置环境变量EVERYTHING_SDK_PATH D:\install\apply\Everything-SDK\dll\Everything64.dll用户: EVERYTHING_SDK_PATH 三丰云环境变量设置好了检查是什么我: 检查结果环境变量已设置为D:\install\apply\Everything-SDK\dll\Everything64.dllDLL 文件存在需要新终端或手动设置环境变量后运行。用户: 测试everything能否搜到cl.exe我: 搜索结果 - 找到43 个 cl.exe 文件包括VS 2022 BuildTools:D:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.44.35207\bin\Hostx64\x64\cl.exeVS 2022 Community:D:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\bin\Hostx64\x64\cl.exe用户:https://github.com/h4ckf0r0day/obscura运行这个项目缺少的编译安装工具先用Everything搜索我: 搜索结果汇总工具状态路径Rust (1.94)✅C:\Program Files\Rust stable MSVC 1.94\bin\CMake✅VS BuildTools 内置MSVC (cl.exe)✅VS BuildTools 内Ninja✅D:\Android\Sdk\cmake\3.22.1\bin\ninja.exe用户: 把已经安装的编译开发工具写入 本地工具.md我: 已创建 [本地工具.md](file:///d:/code/ai/obscura/本地工具.md)用户: 帮你运行编译我: 运行cargo build --release错误link.exenot found - 缺少 MSVC 链接器我: 需要设置 VS 环境变量添加 MSVC 工具链路径到 PATH再次编译错误LNK1181: 无法打开输入文件 kernel32.lib- 缺少 Windows SDK用户: Windows SDK for Windows 10 2004 (10.0.19041.0) 与 Windows 10 版本 2004 一起发布… 下载哪个我: 建议下载 Windows SDK for Windows 10 2004 (10.0.19041.0)用户: 继续编译我:确认 Windows SDK 已安装C:\Program Files (x86)\Windows Kits\10\Lib\10.0.26100.0\um\x64\kernel32.Lib设置环境变量后编译编译进展V8 下载失败网络问题用户: D:\install\pro\rust\rusty_v8_release_x86_64-pc-windows-msvc.lib.gz 下载好了继续编译运行我:复制 V8 库文件到C:\Users\U937\.cargo\.rusty_v8\配置RUSTY_V8_ARCHIVE环境变量重新编译 -成功Finished release profile [optimized] target(s) in 3m 24s