|
All checks were successful
BotServer CI / build (push) Successful in 8m37s
Changed tool loading to use relative path from current directory instead of hardcoded HOME/gb path. This makes the code portable across different deployment environments. - Updated use_tool.rs to use std::env::current_dir() - Updated tool_context.rs to use std::env::current_dir() - Added PathBuf import to both files - Tools now load from botserver-stack/data/system/work/ Fixes issue where tools weren't being loaded because .mcp.json files were in a different location than expected. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| channels | ||
| kb_context.rs | ||
| manager.rs | ||
| mod.rs | ||
| mod_backup.rs | ||
| multimedia.rs | ||
| tool_context.rs | ||
| tool_executor.rs | ||
| ui.rs | ||