We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25f0e46 commit 1ab92f0Copy full SHA for 1ab92f0
README.md
@@ -39,6 +39,8 @@ That's it! Your HTTP endpoint is now available at `https://{your-domain}/mcp`.
39
- stdio (when a command is specified): MCP endpoint is https://{your-domain}/mcp.
40
- SSE/HTTP (when a URL is specified): MCP endpoint uses the backend’s original path (no conversion).
41
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
+
44
## Why not MCP Gateway?
45
46
mcp-auth-proxy: **A lightweight proxy that adds authentication to any MCP server** (optional stdio→HTTP(S) conversion)
0 commit comments