From e5d31d78cdb472d044cf2ebbd6abb6e83660f280 Mon Sep 17 00:00:00 2001 From: Takanori Hirano Date: Thu, 23 Oct 2025 03:07:13 +0900 Subject: [PATCH] docs: remove redundant note about --no-auto-tls from README --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index ef0723c..6927576 100644 --- a/README.md +++ b/README.md @@ -34,8 +34,6 @@ If you use stdio transport That's it! Your HTTP endpoint is now available at `https://{your-domain}/mcp`. -- Don't want the proxy to manage TLS? Add `--no-auto-tls` so you can terminate TLS elsewhere or keep the backend on plain HTTP. - - stdio (when a command is specified): MCP endpoint is https://{your-domain}/mcp. - SSE/HTTP (when a URL is specified): MCP endpoint uses the backend’s original path (no conversion).