From 5843a9ac15353ef4f070b4bf41b7c13178d50b01 Mon Sep 17 00:00:00 2001 From: Alex Clarke Date: Thu, 16 Jul 2026 13:05:39 -0600 Subject: [PATCH] docs: Fixed broken links in the code-review and file-reviewer agent READMEs --- assets/agents/code-reviewer/README.md | 2 +- assets/agents/file-reviewer/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/agents/code-reviewer/README.md b/assets/agents/code-reviewer/README.md index 625b89a..11c6983 100644 --- a/assets/agents/code-reviewer/README.md +++ b/assets/agents/code-reviewer/README.md @@ -16,7 +16,7 @@ agents while handling coordination and final reporting. ## Pro-Tip: Use an IDE MCP Server for Improved Performance Many modern IDEs now include MCP servers that let LLMs perform operations within the IDE itself and use IDE tools. Using an IDE's MCP server dramatically improves the performance of coding agents. So if you have an IDE, try adding that MCP -server to your config (see the [MCP Server docs](../../../docs/function-calling/MCP-SERVERS.md) to see how to configure +server to your config (see the [MCP Server docs](https://github.com/Dark-Alex-17/coyote/wiki/MCP-Servers) to see how to configure them), and modify the agent definition to look like this: ```yaml diff --git a/assets/agents/file-reviewer/README.md b/assets/agents/file-reviewer/README.md index d2528e8..ec984fa 100644 --- a/assets/agents/file-reviewer/README.md +++ b/assets/agents/file-reviewer/README.md @@ -16,7 +16,7 @@ one file while communicating with sibling agents to catch issues that span multi ## Pro-Tip: Use an IDE MCP Server for Improved Performance Many modern IDEs now include MCP servers that let LLMs perform operations within the IDE itself and use IDE tools. Using an IDE's MCP server dramatically improves the performance of coding agents. So if you have an IDE, try adding that MCP -server to your config (see the [MCP Server docs](../../../docs/function-calling/MCP-SERVERS.md) to see how to configure +server to your config (see the [MCP Server docs](https://github.com/Dark-Alex-17/coyote/wiki/MCP-Servers) to see how to configure them), and modify the agent definition to look like this: ```yaml