Skip to content

Commit 1ab92f0

Browse files
authored
Docs fix (#86)
* docs: document --no-auto-tls flag * docs: update README to format TLS management note
1 parent 25f0e46 commit 1ab92f0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ That's it! Your HTTP endpoint is now available at `https://{your-domain}/mcp`.
3939
- stdio (when a command is specified): MCP endpoint is https://{your-domain}/mcp.
4040
- SSE/HTTP (when a URL is specified): MCP endpoint uses the backend’s original path (no conversion).
4141

42+
> 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.
43+
4244
## Why not MCP Gateway?
4345

4446
mcp-auth-proxy: **A lightweight proxy that adds authentication to any MCP server** (optional stdio→HTTP(S) conversion)

0 commit comments

Comments
 (0)