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
+3
View File
@@ -59,6 +59,9 @@ Coyote requires the following tools to be installed on your system:
* [docker](https://docs.docker.com/engine/install/)
* [uv](https://docs.astral.sh/uv/getting-started/installation/)
* `curl -LsSf https://astral.sh/uv/install.sh | sh`
* [iwe](https://github.com/iwe-org/iwe) (`iwec`, for the built-in `iwe` MCP server that navigates large markdown knowledgebases)
* **Homebrew:** `brew tap iwe-org/iwe && brew install iwe`
* **Cargo:** `cargo install iwec`
These tools are used to provide various functionalities within Coyote, such as document processing, JSON manipulation,
etc., and they are used within agents and tools.