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 b6f99d2 commit aefbadcCopy full SHA for aefbadc
content/features/proxy/api-reference.md
@@ -652,6 +652,10 @@ mcp.backend({
652
-- failure (`SERVER_ERROR backend failure`)
653
down = true|false,
654
655
+ -- If true, and backend TLS support has been compiled in with
656
+ -- `--enable-proxy-tls`, we will connect to this backend with TLS.
657
+ tls = true|false,
658
+
659
-- These next options override global settings, see below for detail.
660
-- seconds may be fractional, ie: 0.5 for 500ms or 2.75 for 2750ms
661
-- mcp.tcp_keepalive
0 commit comments