From fbdd3be26d1af9a849b60cdaf3b44a766476159d Mon Sep 17 00:00:00 2001 From: czlonkowski <56956555+czlonkowski@users.noreply.github.com> Date: Tue, 25 Nov 2025 17:47:31 +0100 Subject: [PATCH] fix: update tool count from 31 to 19 in diagnostic message MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- src/mcp/handlers-n8n-manager.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mcp/handlers-n8n-manager.ts b/src/mcp/handlers-n8n-manager.ts index 955a08c..2734627 100644 --- a/src/mcp/handlers-n8n-manager.ts +++ b/src/mcp/handlers-n8n-manager.ts @@ -1940,7 +1940,7 @@ export async function handleDiagnostic(request: any, context?: InstanceContext): ' N8N_API_KEY=your_api_key_here', '3. Restart the MCP server', '4. Run n8n_health_check with mode="diagnostic" to verify', - '5. All 31 tools will be available!' + '5. All 19 tools will be available!' ], documentation: 'https://github.com/czlonkowski/n8n-mcp?tab=readme-ov-file#n8n-management-tools-optional---requires-api-configuration' }