Skip to content

Commit 51939ca

Browse files
committed
fix: replace required fields
1 parent e10ff1d commit 51939ca

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -135,19 +135,19 @@ On the configuration form, enter:
135135
- The **client ID** for your application registered with the OAuth provider.
136136
[Required]
137137
- The **client secret** key that proves your application's identity.
138-
[Required]
139-
- The **scopes** list of permissions your app is requesting
138+
[Optional]
139+
- The **scopes** list of permissions your app is requesting. [Optional]
140140

141141
Selecting **OIDC** authentication method:
142142
- The base **issuer URL** of the OIDC provider. [Required]
143143
- The **client ID** for your application registered with the OIDC provider.
144144
[Required]
145145
- The **client secret** key that proves your application's identity.
146-
[Required]
146+
[Optional]
147147
- The **PKCE** Proof Key for Code Exchange (RFC 7636), automatically enables
148-
PKCE flow without client_secret
148+
PKCE flow without client_secret. [Optional]
149149

150-
5. The **callback port** for the authentication redirect.
150+
5. The **callback port** for the authentication redirect. [Required]
151151

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

0 commit comments

Comments
 (0)