@@ -104,8 +104,8 @@ states.
104104## Install a custom MCP server
105105
106106You're not limited to the MCP servers in the registry. You can run remote MCP
107- providing a url or your own local custom MCP servers using Docker images or
108- source packages.
107+ servers by providing a URL, or your own local custom MCP servers using Docker
108+ images or source packages.
109109
110110### Remote MCP server
111111
@@ -117,37 +117,37 @@ On the configuration form, enter:
117117
1181181 . A unique ** name** for the MCP server. [ Required]
119119
120- 2 . the server ** url** of the MCP server. [ Required]
120+ 2 . The server ** url** of the MCP server. [ Required]
121121
1221223 . The ** transport protocol** that the MCP server uses. [ Required] ToolHive
123123 supports server-sent events (SSE), and Streamable HTTP (default value) for
124124 real-time communication. The protocol must match what the MCP server
125125 supports.
126126
127- 4 . The authorization method (default ** None** simple transparent forwarding).
127+ 4 . The authorization method (default ** None** , simple transparent forwarding).
128128 ToolHive supports OAuth2/OIDC, and dynamic client registration.
129129
130130 Selecting ** OAuth2** authentication method:
131- - the ** authorize URL** where users are redirected to authenticate and
131+ - The ** authorize URL** where users are redirected to authenticate and
132132 authorize your MCP. [ Required]
133- - the ** token url ** where your application exchanges the authorization code
133+ - The ** token URL ** where your application exchanges the authorization code
134134 for access tokens. [ Required]
135- - the ** client id ** for your application registered with the OAuth provider.
135+ - The ** client ID ** for your application registered with the OAuth provider.
136136 [ Required]
137- - the ** client secret** key that proves your application's identity.
137+ - The ** client secret** key that proves your application's identity.
138138 [ Required]
139- - the ** scopes** list of permissions your app is requesting
139+ - The ** scopes** list of permissions your app is requesting
140140
141141 Selecting ** OIDC** authentication method:
142- - the base ** issuer URL** of the OIDC provider. [ Required]
143- - the ** client id ** for your application registered with the OIDC provider.
142+ - The base ** issuer URL** of the OIDC provider. [ Required]
143+ - The ** client ID ** for your application registered with the OIDC provider.
144144 [ Required]
145- - the ** client secret** key that proves your application's identity.
145+ - The ** client secret** key that proves your application's identity.
146146 [ Required]
147- - the ** PKCE** Proof Key for Code Exchange (RFC 7636), automatically enables
147+ - The ** PKCE** Proof Key for Code Exchange (RFC 7636), automatically enables
148148 PKCE flow without client_secret
149149
150- 5 . the ** callback port** for the authentication redirect.
150+ 5 . The ** callback port** for the authentication redirect.
151151
152152Click ** Install server** to run the MCP server.
153153
0 commit comments