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