From 8bc69debdcbe95948517efb332456be2a654b42e Mon Sep 17 00:00:00 2001 From: Dan OBrien Date: Fri, 20 Jun 2025 16:04:00 -0400 Subject: [PATCH 1/2] Add Qodo Gen MCP instructions --- README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/README.md b/README.md index 4f54469..c719d77 100644 --- a/README.md +++ b/README.md @@ -519,6 +519,25 @@ Add this to your Amazon Q Developer CLI configuration file. See [Amazon Q Develo ``` +
+Install in Qodo Gen + +1. Open Qodo Gen chat panel in VSCode or IntelliJ. +2. Click Connect more tools. +3. Click + Add new MCP. +4. Add the following configuration: + +```json +{ + "mcpServers": { + "context7": { + "url": "https://mcp.context7.com/mcp" + } + } +} +``` +
+ ## 🔨 Available Tools Context7 MCP provides the following tools that LLMs can use: From a175d48a1ddf11aca466fcdfdb36518248871dbb Mon Sep 17 00:00:00 2001 From: Dan OBrien Date: Fri, 20 Jun 2025 17:19:42 -0400 Subject: [PATCH 2/2] link to agentic docs --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index c719d77..251ecb1 100644 --- a/README.md +++ b/README.md @@ -522,6 +522,8 @@ Add this to your Amazon Q Developer CLI configuration file. See [Amazon Q Develo
Install in Qodo Gen +See [Qodo Gen docs](https://docs.qodo.ai/qodo-documentation/qodo-gen/qodo-gen-chat/agentic-mode/agentic-tools-mcps) for more details. + 1. Open Qodo Gen chat panel in VSCode or IntelliJ. 2. Click Connect more tools. 3. Click + Add new MCP.