feat: Created a new iwe skill and installed the iwe MCP server for utilizing large knowledgebases

This commit is contained in:
2026-07-03 22:04:16 -06:00
parent 2ec2aec4c0
commit ede0f75a89
4 changed files with 78 additions and 0 deletions
+5
View File
@@ -276,6 +276,11 @@ commands:
sudo install -m 0755 "$TMPDIR/usql_static" /usr/local/bin/usql
user: '1000'
description: Install the usql universal SQL CLI (used by the built-in sql agent and execute_sql_code tool)
- command: |
. "$HOME/.cargo/env"
cargo install --locked iwec
user: '1000'
description: Install the IWE MCP server binary (iwec) used by the built-in iwe MCP server and iwe-knowledge-base skill
- command: |
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | \
sh -s -- -y \