Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/web/src/ee/features/chat/mcp/prefabMcpServers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export interface PrefabMcpServer {
}

export const DEFAULT_STATIC_OAUTH_DESCRIPTION =
"This connector does not advertise dynamic client registration. Provide OAuth client credentials from a pre-registered app before members can connect to it.";
"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}}`";

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

Expand Down
Loading