@@ -6,8 +6,8 @@ description:
66
77This guide explains how to use the ` thv proxy ` command to create a standalone
88transparent HTTP proxy with authentication support for MCP servers. The proxy
9- provides flexible authentication options for both incoming requests to the
10- proxy and outgoing requests to remote MCP servers.
9+ provides flexible authentication options for both incoming requests to the proxy
10+ and outgoing requests to remote MCP servers.
1111
1212## Overview
1313
@@ -105,8 +105,8 @@ thv proxy my-server \
105105
106106### Auto-detect authentication
107107
108- The proxy can automatically detect if a remote server requires authentication
109- by examining WWW-Authenticate headers:
108+ The proxy can automatically detect if a remote server requires authentication by
109+ examining WWW-Authenticate headers:
110110
111111``` bash
112112thv proxy my-server \
@@ -119,8 +119,8 @@ appropriate OAuth flow.
119119
120120### Dynamic client registration
121121
122- When no client credentials are provided, the proxy can automatically register
123- an OAuth client using RFC 7591 dynamic client registration:
122+ When no client credentials are provided, the proxy can automatically register an
123+ OAuth client using RFC 7591 dynamic client registration:
124124
125125``` bash
126126thv proxy my-server \
@@ -289,8 +289,7 @@ thv proxy my-server \
289289
290290### Client secret sources
291291
292- OAuth client secrets can be provided via three methods (in order of
293- precedence):
292+ OAuth client secrets can be provided via three methods (in order of precedence):
294293
2952941 . ` --remote-auth-client-secret ` flag (not recommended for production)
2962952 . ` --remote-auth-client-secret-file ` flag (recommended)
0 commit comments