From b6ae59c1c82d77dba40d12d4946ede0244dcb325 Mon Sep 17 00:00:00 2001 From: czlonkowski <56956555+czlonkowski@users.noreply.github.com> Date: Mon, 16 Jun 2025 22:56:23 +0200 Subject: [PATCH] docs: update tool list and add HTTP mode beta warnings MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Added missing `start_here_workflow_guide` tool to Core Tools list - Added beta warnings for HTTP mode in two places: - Option 3: Remote Server (Beta) - Production Deployment section - Tool list now accurately reflects all 13 available tools - Clear warning that HTTP mode is under development and not thoroughly tested This ensures users are aware of the experimental nature of HTTP mode while still providing the functionality for those who need it. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a7db313..a3d856e 100644 --- a/README.md +++ b/README.md @@ -106,6 +106,7 @@ Add this to your Claude Desktop config: Once connected, Claude can use these powerful tools: ### Core Tools +- **`start_here_workflow_guide`** - Essential guide and best practices (START HERE!) - **`list_nodes`** - List all n8n nodes with filtering options - **`get_node_info`** - Get comprehensive information about a specific node - **`get_node_essentials`** - Get only essential properties with examples (95% smaller) @@ -165,7 +166,9 @@ If you prefer running locally: } ``` -### Option 3: Remote Server +### Option 3: Remote Server (Beta) +⚠️ **Note**: HTTP mode is under development and not thoroughly tested. Use with caution. + For team deployments: ```json @@ -235,7 +238,9 @@ npm run dev:http # HTTP dev mode ## 🚀 Production Deployment -### HTTP Server for Teams +### HTTP Server for Teams (Beta) + +⚠️ **Note**: HTTP mode is under development and not thoroughly tested. Use with caution in production. Deploy n8n-MCP as a shared service: