From 3fa08655429416d627d4f68372650abdedec224c Mon Sep 17 00:00:00 2001 From: mrsaifullah52 Date: Thu, 20 Nov 2025 14:53:43 +0500 Subject: [PATCH] refactor(autominator): simplify Context7 MCP recommendation --- .../workflows/create-workflow/instructions.md | 38 ++----------------- 1 file changed, 3 insertions(+), 35 deletions(-) diff --git a/src/modules/autominator/workflows/create-workflow/instructions.md b/src/modules/autominator/workflows/create-workflow/instructions.md index 161ddb27..3284a80d 100644 --- a/src/modules/autominator/workflows/create-workflow/instructions.md +++ b/src/modules/autominator/workflows/create-workflow/instructions.md @@ -130,41 +130,9 @@ Store false in {{context7_available}} Inform user: "Context7 MCP server is not configured. This provides up-to-date n8n documentation." - Ask: "Would you like help setting up Context7 MCP? (yes/no)" - WAIT for user response - - - Guide user through Context7 MCP setup: - 1. Inform user: "Context7 MCP requires the 'uvx' command (part of uv Python package manager)" - 2. Ask: "Do you have 'uv' installed? (yes/no/not sure)" - WAIT for response - - - Provide installation guidance: - - macOS/Linux: curl -LsSf https://astral.sh/uv/install.sh | sh - - Windows: powershell -c "irm https://astral.sh/uv/install.ps1 | iex" - - Or via pip: pip install uv - Ask user to install and confirm when ready - WAIT for confirmation - - - 3. Inform user: "Please configure Context7 MCP in your IDE's MCP settings with:" - - Server name: context7 - Command: uvx - Args: ["context7"] - Auto-approve tools: ["resolve-library-id", "get-library-docs"] - - 4. Ask user to reconnect/restart MCP servers in their IDE - 5. Wait for user confirmation that MCP is reconnected - 6. Verify Context7 is now available - Store result in {{context7_available}} - - - - Inform: "Proceeding without Context7. Using built-in n8n knowledge." - Proceed to Step 4 - + Recommend: "For best results, install Context7 MCP server in your IDE. See: https://github.com/context7/context7" + Inform: "Proceeding with built-in n8n knowledge." + Proceed to Step 4