From 6a878d751db968d958babb4514985e786c110965 Mon Sep 17 00:00:00 2001 From: Pavel Date: Thu, 17 Jul 2025 00:20:38 +0200 Subject: [PATCH] Update the deep link in response returned by n8n_diagnostic tool --- src/mcp/handlers-n8n-manager.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/mcp/handlers-n8n-manager.ts b/src/mcp/handlers-n8n-manager.ts index 8a34343..22a6491 100644 --- a/src/mcp/handlers-n8n-manager.ts +++ b/src/mcp/handlers-n8n-manager.ts @@ -928,7 +928,7 @@ export async function handleDiagnostic(request: any): Promise { '3. Restart the MCP server', '4. Management tools will automatically appear' ], - documentation: 'For detailed setup instructions, see: https://github.com/czlonkowski/n8n-mcp#n8n-management-tools-new-v260---requires-api-configuration' + documentation: 'For detailed setup instructions, see: https://github.com/czlonkowski/n8n-mcp?tab=readme-ov-file#n8n-management-tools-optional---requires-api-configuration' } }; @@ -948,4 +948,4 @@ export async function handleDiagnostic(request: any): Promise { success: true, data: diagnostic }; -} \ No newline at end of file +}