Skip to content

Commit e10ff1d

Browse files
committed
address comment
1 parent c86b6a5 commit e10ff1d

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

docs/toolhive/guides-ui/run-mcp-servers.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,8 @@ states.
104104
## Install a custom MCP server
105105

106106
You'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

118118
1. 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

122122
3. 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

152152
Click **Install server** to run the MCP server.
153153

0 commit comments

Comments
 (0)