File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed
web/src/components/admin/actions Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -122,7 +122,7 @@ export function PerUserAuthTemplateConfig({
122
122
123
123
< p className = "text-sm text-text-800" >
124
124
Configure how users will authenticate with this MCP server. Define
125
- headers with placeholders that will be filled in by each user' s
125
+ headers with placeholders that will be filled in by each user' s
126
126
credentials.
127
127
</ p >
128
128
@@ -230,7 +230,9 @@ export function PerUserAuthTemplateConfig({
230
230
• Their credentials will be validated against the server before
231
231
being saved
232
232
</ p >
233
- < p > • Each user's credentials are stored securely and separately</ p >
233
+ < p >
234
+ • Each user's credentials are stored securely and separately
235
+ </ p >
234
236
</ div >
235
237
</ div >
236
238
</ div >
@@ -304,8 +306,8 @@ export function OAuthConfig({
304
306
305
307
< div className = "text-xs text-text-600 space-y-1" >
306
308
< p >
307
- < strong > Note:</ strong > You' ll need to register your application with
308
- the MCP server provider to obtain these credentials.
309
+ < strong > Note:</ strong > You' ll need to register your application
310
+ with the MCP server provider to obtain these credentials.
309
311
</ p >
310
312
< p >
311
313
• The redirect URI should be set to:{ " " }
@@ -316,7 +318,7 @@ export function OAuthConfig({
316
318
</ p >
317
319
< p >
318
320
• Make sure the OAuth app has the necessary scopes/permissions for
319
- the MCP server' s operations
321
+ the MCP server' s operations
320
322
</ p >
321
323
</ div >
322
324
</ div >
You can’t perform that action at this time.
0 commit comments