Skip to content

Commit f29c508

Browse files
authored
feat(web): show redirect URL on a new line in default static connector description (#1258)
1 parent 36fc549 commit f29c508

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/web/src/ee/features/chat/mcp/prefabMcpServers.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export interface PrefabMcpServer {
66
}
77

88
export const DEFAULT_STATIC_OAUTH_DESCRIPTION =
9-
"This connector does not advertise dynamic client registration. Provide OAuth client credentials from a pre-registered app before members can connect to it.";
9+
"This connector does not advertise dynamic client registration. Provide OAuth client credentials from a pre-registered app before members can connect to it.\n\nRedirect URL: `{{REDIRECT_URL}}`";
1010

1111
export const OAUTH_REDIRECT_URL_PLACEHOLDER = "{{REDIRECT_URL}}";
1212

0 commit comments

Comments
 (0)